Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus committed Apr 21, 2021
1 parent 1307a50 commit 89f3c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Fixed some translations.

## [2.27.1] - 2021-04-20Z

- Fixed some display issues.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Views/RoomView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 89f3c5b

Please sign in to comment.