Skip to content

Commit 10bedad

Browse files
committed
Fixed title phrase in credits settings.
Fixed #29831.
1 parent 4027d3c commit 10bedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/settings/settings_credits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ rpl::producer<QString> Credits::title() {
146146
if (_creditsType == CreditsType::Ton) {
147147
return tr::lng_credits_currency_summary_title();
148148
}
149-
return tr::lng_premium_summary_title();
149+
return tr::lng_credits_summary_title();
150150
}
151151

152152
bool Credits::hasFlexibleTopBar() const {

0 commit comments

Comments
 (0)