mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Duplicate ns.tooltips CREDENTIALS string to ComponentStrings to avoid using OutputStrings
This commit is contained in:
@@ -57,6 +57,10 @@ function ComponentsStrings (BaseString) {
|
|||||||
VIEW_LESS: t.s('VIEW LESS')
|
VIEW_LESS: t.s('VIEW LESS')
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ns.tooltips = {
|
||||||
|
CREDENTIAL: t.s('View the Credential'),
|
||||||
|
};
|
||||||
|
|
||||||
ns.layout = {
|
ns.layout = {
|
||||||
CURRENT_USER_LABEL: t.s('Logged in as'),
|
CURRENT_USER_LABEL: t.s('Logged in as'),
|
||||||
VIEW_DOCS: t.s('View Documentation'),
|
VIEW_DOCS: t.s('View Documentation'),
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ function TagService (strings, $filter) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
TagService.$inject = ['OutputStrings', '$filter'];
|
TagService.$inject = ['ComponentsStrings', '$filter'];
|
||||||
|
|
||||||
export default TagService;
|
export default TagService;
|
||||||
|
|||||||
Reference in New Issue
Block a user