mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #394 from gconsidine/ui/fix/closing-curly-brace
Add closing curly brace in strings file
This commit is contained in:
@@ -71,6 +71,8 @@ function ComponentsStrings (BaseString) {
|
|||||||
SETTINGS: t.s('Settings'),
|
SETTINGS: t.s('Settings'),
|
||||||
FOOTER_ABOUT: t.s('About'),
|
FOOTER_ABOUT: t.s('About'),
|
||||||
FOOTER_COPYRIGHT: t.s('Copyright © 2017 Red Hat, Inc.')
|
FOOTER_COPYRIGHT: t.s('Copyright © 2017 Red Hat, Inc.')
|
||||||
|
};
|
||||||
|
|
||||||
ns.capacityBar = {
|
ns.capacityBar = {
|
||||||
IS_OFFLINE: t.s('Unavailable to run jobs.')
|
IS_OFFLINE: t.s('Unavailable to run jobs.')
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user