mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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) {
|
||||
show->showToast(!error.isEmpty()
|
||||
? error
|
||||
: wasEmpty
|
||||
? tr::lng_factcheck_remove_done(tr::now)
|
||||
: textEmpty
|
||||
? tr::lng_factcheck_remove_done(tr::now)
|
||||
: wasEmpty
|
||||
? tr::lng_factcheck_add_done(tr::now)
|
||||
: tr::lng_factcheck_edit_done(tr::now));
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue