mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix phrase in factcheck toast.
This commit is contained in:
parent
7194781bb8
commit
1d3110228d
1 changed files with 2 additions and 2 deletions
|
@ -207,9 +207,9 @@ void Factchecks::save(
|
||||||
save(itemId, std::move(text), [=](QString error) {
|
save(itemId, std::move(text), [=](QString error) {
|
||||||
show->showToast(!error.isEmpty()
|
show->showToast(!error.isEmpty()
|
||||||
? error
|
? error
|
||||||
: wasEmpty
|
|
||||||
? tr::lng_factcheck_remove_done(tr::now)
|
|
||||||
: textEmpty
|
: textEmpty
|
||||||
|
? tr::lng_factcheck_remove_done(tr::now)
|
||||||
|
: wasEmpty
|
||||||
? tr::lng_factcheck_add_done(tr::now)
|
? tr::lng_factcheck_add_done(tr::now)
|
||||||
: tr::lng_factcheck_edit_done(tr::now));
|
: tr::lng_factcheck_edit_done(tr::now));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue