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 " }