Skip to content

Commit 37e150d

Browse files
authored
Merge pull request #50 from SubvertDev/fixes/reputation-toast
Fix reputation toast localization
2 parents ec5cbde + 5e2eafb commit 37e150d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Sources/ReputationChangeFeature/ReputationChangeFeature.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public struct ReputationChangeFeature: Reducer, Sendable {
2020
// MARK: - Localizations
2121

2222
public enum Localization {
23-
static let reputationChangeError = LocalizedStringResource("Reputation changed", bundle: .module)
24-
static let reputationChanged = LocalizedStringResource("Reputation change error", bundle: .module)
23+
static let reputationChanged = LocalizedStringResource("Reputation changed", bundle: .module)
24+
static let reputationChangeError = LocalizedStringResource("Reputation change error", bundle: .module)
2525
static let reputationChangeBlocked = LocalizedStringResource("Reputation change blocked", bundle: .module)
2626
static let reputationSelfChangeError = LocalizedStringResource("Cannot change self reputation", bundle: .module)
2727
static let reputationChangeNotEnoughPosts = LocalizedStringResource("Not enough posts for reputation change", bundle: .module)

0 commit comments

Comments
 (0)