Skip to content

Commit

Permalink
Replace "Edit" by "Open"
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet committed Feb 29, 2024
1 parent 747c391 commit 19260c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/fileactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
displayName: function(context) {
var locked = context.$file.data('locked');
if (!locked) {
return t('files', 'Edit locally');
return t('files', 'Open locally');
}
},
mime: 'all',
Expand Down

0 comments on commit 19260c7

Please sign in to comment.