Skip to content

Commit 19260c7

Browse files
Replace "Edit" by "Open"
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>
1 parent 747c391 commit 19260c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/js/fileactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
displayName: function(context) {
733733
var locked = context.$file.data('locked');
734734
if (!locked) {
735-
return t('files', 'Edit locally');
735+
return t('files', 'Open locally');
736736
}
737737
},
738738
mime: 'all',

0 commit comments

Comments
 (0)