From 5532776532129778aae3bc351e690a943577c24b Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Wed, 13 Apr 2022 11:56:56 -0300 Subject: [PATCH] Refactor translation keys --- react-native/app/translations/resources/en-US.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/react-native/app/translations/resources/en-US.ts b/react-native/app/translations/resources/en-US.ts index 04b798c..51bf7ed 100644 --- a/react-native/app/translations/resources/en-US.ts +++ b/react-native/app/translations/resources/en-US.ts @@ -1,5 +1,6 @@ export default { - "mobileApp.portals.list.empty.label": "Add your first portal.", + "mobileApp.portals.list.empty.addFirstPortal.label": "Add your first portal using the button above,", + "mobileApp.portals.list.empty.orUseOurDemoServer.label": "or use our demo server.", "mobileApp.portals.list.add.button.label": "Add portal", "mobileApp.portals.fields.name.label": "Portal Name", "mobileApp.portals.fields.name.placeholder": "BigBlueButton demo", @@ -7,7 +8,7 @@ export default { "mobileApp.portals.fields.url.placeholder": "https://demo.bigbluebutton.org", "mobileApp.portals.addPortalPopup.confirm.button.label": "Save", "mobileApp.portals.drawerNavigation.button.label": "Portals", - "mobileApp.portals.addPortalPopup.validation.emptyFilds": "Empty Fields", + "mobileApp.portals.addPortalPopup.validation.emptyFields": "Empty Fields", "mobileApp.portals.addPortalPopup.validation.portalNameAlreadyExists": "Name already in use", "mobileApp.portals.addPortalPopup.validation.urlInvalid": "Error trying to load the page - check URL and network connection" }