From fefc72a2b51eb8616d864e728cda7e28754f65cf Mon Sep 17 00:00:00 2001 From: Ergyun Syuleyman Date: Mon, 4 May 2020 16:08:40 +0300 Subject: [PATCH] NY-9993: [AN]: Fix sentence, and need to add time zone to the meeting time of the schedule message text --- .../mvp/presenters/ScheduledConferencePresenter.java | 8 +++++++- app/src/main/res/values-en/strings.xml | 2 +- app/src/main/res/values-es/strings.xml | 2 +- app/src/main/res/values-ko/strings.xml | 2 +- app/src/main/res/values-zh-rCN/strings.xml | 2 +- app/src/main/res/values-zh/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/app/src/main/java/com/nynja/mobile/communicator/mvp/presenters/ScheduledConferencePresenter.java b/app/src/main/java/com/nynja/mobile/communicator/mvp/presenters/ScheduledConferencePresenter.java index e12ed09e26..2c93b0a551 100644 --- a/app/src/main/java/com/nynja/mobile/communicator/mvp/presenters/ScheduledConferencePresenter.java +++ b/app/src/main/java/com/nynja/mobile/communicator/mvp/presenters/ScheduledConferencePresenter.java @@ -49,6 +49,7 @@ import java.util.Calendar; import java.util.Date; import java.util.HashSet; import java.util.List; +import java.util.Locale; import java.util.SimpleTimeZone; import java.util.TimeZone; @@ -388,7 +389,12 @@ public class ScheduledConferencePresenter extends BasePresenterTo be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index f55d6f169d..e894cc2b5c 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1247,7 +1247,7 @@ To be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 7b909eb3a9..4ccd9f1754 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1247,7 +1247,7 @@ To be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 9df49b104b..6f9d2ab976 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -1247,7 +1247,7 @@ To be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 9df49b104b..6f9d2ab976 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -1247,7 +1247,7 @@ To be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4bf45727a7..257a135b1f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1260,7 +1260,7 @@ To be started on the following Date and Time: Invite NYNJA Participants Remind Me via NYNJA - NYNJA will call you if you would like to join in later click the link, url or call link \n\n%1$s + NYNJA will call you! If you would like to join in later click the link, url or call link. \n\n%1$s Description: %1$s is inviting you to a scheduled NYNJA meeting. The meeting will start on %1$s. -- GitLab