mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Updated empty list text
This commit is contained in:
@@ -90,7 +90,7 @@ function ComponentsStrings (BaseString) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ns.list = {
|
ns.list = {
|
||||||
DEFAULT_EMPTY_LIST: t.s('List is empty.')
|
DEFAULT_EMPTY_LIST: t.s('Please add items to this list.')
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user