Merge "Simplify the text of pool edit button"
This commit is contained in:
commit
1bea2e0173
@ -376,9 +376,6 @@ msgstr ""
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
msgid "Edit Pool"
|
||||
msgstr "Pool bearbeiten"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "Fehler"
|
||||
|
||||
|
@ -405,9 +405,6 @@ msgstr ""
|
||||
msgid "Edit"
|
||||
msgstr "Edit"
|
||||
|
||||
msgid "Edit Pool"
|
||||
msgstr "Edit Pool (edit kolam)"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "Error (kesalahan)"
|
||||
|
||||
|
@ -210,9 +210,6 @@ msgstr "ロードバランサー:%sからFloating IP アドレスの割り当て
|
||||
msgid "Edit"
|
||||
msgstr "編集"
|
||||
|
||||
msgid "Edit Pool"
|
||||
msgstr "プールの編集"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "エラー"
|
||||
|
||||
|
@ -317,9 +317,6 @@ msgstr "Отвязать Назначаемый IP"
|
||||
msgid "Edit"
|
||||
msgstr "Редактировать"
|
||||
|
||||
msgid "Edit Pool"
|
||||
msgstr "Редактировать пул"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "Ошибка"
|
||||
|
||||
|
@ -352,9 +352,6 @@ msgstr ""
|
||||
msgid "Edit"
|
||||
msgstr "编辑"
|
||||
|
||||
msgid "Edit Pool"
|
||||
msgstr "编辑资源池"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "错误"
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
return [{
|
||||
service: editService.init(loadBalancerIsActionable).edit,
|
||||
template: {
|
||||
text: gettext('Edit Pool')
|
||||
text: gettext('Edit')
|
||||
}
|
||||
},{
|
||||
service: createService.init(loadbalancerId, listenerId, loadBalancerIsActionable).create,
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
it('should define correct table row actions', function() {
|
||||
expect(actions.length).toBe(3);
|
||||
expect(actions[0].template.text).toBe('Edit Pool');
|
||||
expect(actions[0].template.text).toBe('Edit');
|
||||
expect(actions[1].template.text).toBe('Create Health Monitor');
|
||||
expect(actions[2].template.text).toBe('Delete Pool');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user