Skip to content

Commit

Permalink
Bump web to v5.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 10, 2022
1 parent f0954b2 commit c9a352a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CORE_COMMITID=4512f46e7196a8c1f1cfc56ec397628cbf540407
CORE_BRANCH=master

# The test runner source for UI tests
WEB_COMMITID=b240ba9117e998edc0cd7d1d5586ba19591e1511
WEB_COMMITID=bb612cfc1c63316a159c7e29b81438595cef8fdb
WEB_BRANCH=master
9 changes: 9 additions & 0 deletions changelog/unreleased/update-web-5.3.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Enhancement: Update ownCloud Web to v5.3.0-rc.1

Tags: web

We updated ownCloud Web to v5.3.0-rc.1. Please refer to the changelog (linked) for details on the web release.

https://github.com/owncloud/web/pull/6561
https://github.com/owncloud/ocis/pull/3291
https://github.com/owncloud/web/releases/tag/v5.3.0-rc.1
32 changes: 12 additions & 20 deletions settings/ui/tests/acceptance/helpers/language.js
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
const filesMenu = {
English: [
'All files',
'Shared with me',
'Shared with others',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Deleted files'
],
Deutsch: [
'Alle Dateien',
'Mit mir geteilt',
'Mit anderen geteilt',
'Per Link geteilt',
'Spaces',
'Persöhnlich',
'Shares',
'Spaces\beta',
'Gelöschte Dateien'
],
Español: [
'Todos los archivos',
'Compartido conmigo',
'Compartido con otros',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Archivos borrados'
],
Français: [
'Tous les fichiers',
'Partagé avec moi',
'Partagé avec autres',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Fichiers supprimés'
]
}
Expand Down
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.2.0
WEB_ASSETS_VERSION = v5.3.0-rc.1

include ../.make/recursion.mk

Expand Down

0 comments on commit c9a352a

Please sign in to comment.