mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Remove GPL and GitHub from translations.
This commit is contained in:
@@ -33,13 +33,13 @@ rpl::producer<TextWithEntities> Text1() {
|
||||
rpl::producer<TextWithEntities> Text2() {
|
||||
return tr::lng_about_text2(
|
||||
lt_gpl_link,
|
||||
tr::lng_about_text2_gpl(
|
||||
) | Ui::Text::ToLink(
|
||||
"https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE"),
|
||||
rpl::single(Ui::Text::Link(
|
||||
"GNU GPL",
|
||||
"https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE")),
|
||||
lt_github_link,
|
||||
tr::lng_about_text2_github(
|
||||
) | Ui::Text::ToLink(
|
||||
"https://github.com/telegramdesktop/tdesktop"),
|
||||
rpl::single(Ui::Text::Link(
|
||||
"GitHub",
|
||||
"https://github.com/telegramdesktop/tdesktop")),
|
||||
Ui::Text::WithEntities);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user