Merge pull request #3486 from Yokayo/staging

Update ru-ru translation
This commit is contained in:
Cohee
2025-02-17 20:45:40 +02:00
committed by GitHub
13 changed files with 128 additions and 64 deletions

View File

@ -10948,7 +10948,7 @@ jQuery(async function () {
});
$(document).on('click', '.mes_edit_copy', async function () {
const confirmation = await callGenericPopup('Create a copy of this message?', POPUP_TYPE.CONFIRM);
const confirmation = await callGenericPopup(t`Create a copy of this message?`, POPUP_TYPE.CONFIRM);
if (!confirmation) {
return;
}