Skip to content
代码片段 群组 项目
提交 efc51156 编辑于 作者: fdegier's avatar fdegier
浏览文件

Model Registry model versions empty state typo

Changelog: fixed
上级 23b13635
No related branches found
No related tags found
无相关合并请求
......@@ -95,9 +95,7 @@ export default {
},
],
emptyState: {
title: s__(
'MlModelRegistry|Manage versions of your machine learning modelManage versions of your machine learning model',
),
title: s__('MlModelRegistry|Manage versions of your machine learning model'),
description: s__('MlModelRegistry|Use versions to track performance, parameters, and metadata'),
primaryText: s__('MlModelRegistry|Create model version'),
modalId: MODEL_VERSION_CREATION_MODAL_ID,
......
......@@ -34923,9 +34923,6 @@ msgstr ""
msgid "MlModelRegistry|Manage versions of your machine learning model"
msgstr ""
 
msgid "MlModelRegistry|Manage versions of your machine learning modelManage versions of your machine learning model"
msgstr ""
msgid "MlModelRegistry|May not contain spaces."
msgstr ""
 
......@@ -66,8 +66,7 @@ describeSkipVue3(skipReason, () => {
it('shows empty state', () => {
expect(findEmptyState().props()).toMatchObject({
title:
'Manage versions of your machine learning modelManage versions of your machine learning model',
title: 'Manage versions of your machine learning model',
description: 'Use versions to track performance, parameters, and metadata',
primaryText: 'Create model version',
modalId: MODEL_VERSION_CREATION_MODAL_ID,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册