From a4ab9caa4369a7bc22bc652a8733c92e95203523 Mon Sep 17 00:00:00 2001 From: mohit-nagaraj Date: Sat, 12 Oct 2024 08:50:36 +0530 Subject: [PATCH] FIx 1 --- src/components/NextPingTimer.vue | 2 +- src/lang/en.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/NextPingTimer.vue b/src/components/NextPingTimer.vue index e4f707ce6..c87243af7 100644 --- a/src/components/NextPingTimer.vue +++ b/src/components/NextPingTimer.vue @@ -49,4 +49,4 @@ export default { color: $secondary-text; font-size: 12px; } - \ No newline at end of file + diff --git a/src/lang/en.json b/src/lang/en.json index c07e06fab..a5b5393f5 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1051,5 +1051,6 @@ "From":"From", "Can be found on:": "Can be found on: {0}", "The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.", - "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies." + "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.", + "nextCheckIn": "Next in " }