diff --git a/NextcloudTalk/ChatViewController.swift b/NextcloudTalk/ChatViewController.swift index 8ccb2f843..32d0a1a6c 100644 --- a/NextcloudTalk/ChatViewController.swift +++ b/NextcloudTalk/ChatViewController.swift @@ -1299,7 +1299,7 @@ import UIKit // Tomorrow var tomorrowTime = NCUtils.today(withHour: 8, withMinute: 0, withSecond: 0) tomorrowTime = Calendar.current.date(byAdding: .day, value: 1, to: tomorrowTime)! - let tomorrow = UIAction(title: NSLocalizedString("Tomorrow", comment: "Remind me tomrrow about that message")) { _ in + let tomorrow = UIAction(title: NSLocalizedString("Tomorrow", comment: "Remind me tomorrow about that message")) { _ in let timestamp = String(Int(tomorrowTime.timeIntervalSince1970)) NCAPIController.sharedInstance().setReminderFor(message, withTimestamp: timestamp, withCompletionBlock: setReminderCompletion) } diff --git a/NextcloudTalk/en.lproj/Localizable.strings b/NextcloudTalk/en.lproj/Localizable.strings index b9dde15ba..3ad8c69ca 100644 --- a/NextcloudTalk/en.lproj/Localizable.strings +++ b/NextcloudTalk/en.lproj/Localizable.strings @@ -181,6 +181,12 @@ /* Please put {user0} and {user1} placeholders in the correct position on the translated text but do not translate them */ "An administrator removed {user0} and {user1}" = "An administrator removed {user0} and {user1}"; +/* No comment provided by engineer. */ +"An error occured while adding a reaction to a message" = "An error occured while adding a reaction to a message"; + +/* No comment provided by engineer. */ +"An error occured while removing a reaction from a message" = "An error occured while removing a reaction from a message"; + /* No comment provided by engineer. */ "An error occurred changing privacy setting" = "An error occurred changing privacy setting"; @@ -220,9 +226,6 @@ /* No comment provided by engineer. */ "An error occurred while adding %@ to the room" = "An error occurred while adding %@ to the room"; -/* No comment provided by engineer. */ -"An error occurred while adding a reaction to message" = "An error occurred while adding a reaction to message"; - /* No comment provided by engineer. */ "An error occurred while adding note" = "An error occurred while adding note"; @@ -241,9 +244,6 @@ /* No comment provided by engineer. */ "An error occurred while opening the file %@" = "An error occurred while opening the file %@"; -/* No comment provided by engineer. */ -"An error occurred while removing a reaction from message" = "An error occurred while removing a reaction from message"; - /* No comment provided by engineer. */ "An error occurred while removing the avatar" = "An error occurred while removing the avatar"; @@ -793,6 +793,9 @@ /* External signaling used */ "External" = "External"; +/* No comment provided by engineer. */ +"Failed to clear reminder" = "Failed to clear reminder"; + /* No comment provided by engineer. */ "Failed to connect to %@" = "Failed to connect to %@";