Added value "Edit" to "translate" array for translation

pull/3845/head
IgorA100 2024-03-03 18:20:40 +03:00 committed by GitHub
parent 45bf972fea
commit 1793e7813c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -111,4 +111,5 @@ var translate = {
"Fullscreen": "<?php echo translate('Fullscreen') ?>",
"Exit Fullscreen": "<?php echo translate('Exit Fullscreen') ?>",
"Live": "<?php echo translate('Live') ?>",
"Edit": "<?php echo translate('Edit') ?>",
};