Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Oct 17, 2024
1 parent f41525c commit ae39716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/saveas.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

if (isset($result['error'])) {
if ('fileIsExist' === $result['error']) {
$result['error'] = 'File is exist';
$result['error'] = 'File already exists';
}
if ('impossibleCreateFile' === $result['error']) {
$result['error'] = 'Impossible to create file';
Expand Down

0 comments on commit ae39716

Please sign in to comment.