From 89f3c5bd74ab99f61ed585ff2616cb591ff8afe1 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:04:31 +0200 Subject: [PATCH] fix --- CHANGELOG.md | 2 ++ Sources/Views/RoomView.swift | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0a6311..a2470a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] + - Fixed some translations. + ## [2.27.1] - 2021-04-20Z - Fixed some display issues. diff --git a/Sources/Views/RoomView.swift b/Sources/Views/RoomView.swift index 2a2d9172..83fb3eb0 100644 --- a/Sources/Views/RoomView.swift +++ b/Sources/Views/RoomView.swift @@ -560,7 +560,7 @@ extension RoomView: RoomDelegate { return } - let title = String(format: NSLocalizedString("user_wants_to_play_mini", comment: ""), member.displayName.firstName(), mini.name) + let title = String(format: NSLocalizedString("user_wants_to_start_mini", comment: ""), member.displayName.firstName(), mini.name) LocalNotificationService.send(body: title)