mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #1112 from mabashian/994-empty-list-text
Updated empty list text
This commit is contained in:
commit
5653b47aa3
@ -90,7 +90,7 @@ function ComponentsStrings (BaseString) {
|
||||
};
|
||||
|
||||
ns.list = {
|
||||
DEFAULT_EMPTY_LIST: t.s('List is empty.')
|
||||
DEFAULT_EMPTY_LIST: t.s('Please add items to this list.')
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user