1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #1112 from mabashian/994-empty-list-text

Updated empty list text
This commit is contained in:
Jake McDermott 2018-02-01 18:22:11 -05:00 committed by GitHub
commit 5653b47aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.')
};
}