Skip to content

Commit d09c32c

Browse files
committed
Open in web editor
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent be03c69 commit d09c32c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/nextcloud/ui/fileactions/FileAction.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ enum class FileAction(
4848
SEND_SHARE_FILE(R.id.action_send_share_file, R.string.action_send_share, R.drawable.ic_share),
4949
SEND_FILE(R.id.action_send_file, R.string.common_send, R.drawable.ic_share),
5050
OPEN_FILE_WITH(R.id.action_open_file_with, R.string.actionbar_open_with, R.drawable.ic_external),
51-
OPEN_WITH_OFFICE(R.id.action_open_in_web_editor, R.string.action_open_in_web_editor, R.drawable.file_doc),
51+
OPEN_IN_WEB_EDITOR(R.id.action_open_in_web_editor, R.string.action_open_in_web_editor, R.drawable.file_doc),
5252
STREAM_MEDIA(R.id.action_stream_media, R.string.stream, R.drawable.ic_play_arrow),
5353
SET_AS_WALLPAPER(R.id.action_set_as_wallpaper, R.string.set_picture_as, R.drawable.ic_wallpaper),
5454

@@ -88,7 +88,7 @@ enum class FileAction(
8888
SEND_SHARE_FILE,
8989
SEND_FILE,
9090
OPEN_FILE_WITH,
91-
OPEN_WITH_OFFICE,
91+
OPEN_IN_WEB_EDITOR,
9292
SYNC_FOLDER
9393
)
9494

0 commit comments

Comments
 (0)