mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
Update all instances of text in language files
This commit is contained in:
parent
070ce7e196
commit
d4fdc563ae
38 changed files with 75 additions and 75 deletions
|
@ -2282,7 +2282,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
$loadconfirmmodal.modal('show');
|
||||
} else {
|
||||
if (window.confirm(
|
||||
I18n._('Burn after reading pastes can only be displayed once upon loading it. Do you want to open it now?')
|
||||
I18n._('This secret message can only be displayed once. Would you like to see it now?')
|
||||
)) {
|
||||
PasteDecrypter.run();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue