chore: add webform list empty state messages to load_translations
This commit is contained in:
parent
3f813b347e
commit
1bf0aaf8ee
1 changed files with 2 additions and 0 deletions
|
|
@ -288,6 +288,8 @@ def get_context(context):
|
|||
"Page {0} of {1}",
|
||||
"Couldn't save, please check the data you have entered",
|
||||
"Validation Error",
|
||||
"No {0} found",
|
||||
"Create a new {0}",
|
||||
self.title,
|
||||
self.introduction_text,
|
||||
self.success_title,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue