From ed5e6006dcbe004661109a5e6323d8193e80d045 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 24 Sep 2020 15:57:45 -0400 Subject: [PATCH] Add translation for no fields in col --- app/src/lang/en-US/index.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/lang/en-US/index.json b/app/src/lang/en-US/index.json index bbe13d0df8..065da128ac 100644 --- a/app/src/lang/en-US/index.json +++ b/app/src/lang/en-US/index.json @@ -10,6 +10,8 @@ "only_show_the_file_extension": "Only show the file extension", "textarea": "Textarea", + "add_field": "Add Field", + "role_name": "Role Name", "db_only_click_to_configure": "Database Only: Click to Configure ", @@ -1036,6 +1038,8 @@ } }, + "no_fields_in_collection": "There are no fields in \"{collection}\" yet", + "do_nothing": "Do Nothing", "generate_and_save_uuid": "Generate and Save UUID", "save_current_user_id": "Save Current User ID",