From: Carl Schwan Date: Mon, 25 Jul 2022 11:24:09 +0000 (+0200) Subject: Fix caldav invitation related public pages X-Git-Tag: v25.0.0beta1~60^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bbfad33a40d581fb1b1a38cc442bb9707853c5bf;p=nextcloud-server.git Fix caldav invitation related public pages Signed-off-by: Carl Schwan --- diff --git a/apps/dav/templates/schedule-response-error.php b/apps/dav/templates/schedule-response-error.php index 010ea2ed6cb..ff6ae19fb1f 100644 --- a/apps/dav/templates/schedule-response-error.php +++ b/apps/dav/templates/schedule-response-error.php @@ -1,7 +1,15 @@ -
-

t('There was an error updating your attendance status.'));?>

-

t('Please contact the organizer directly.'));?>

- -

- + +// SPDX-FileCopyrightText: 2020 Christoph Wurst +// SPDX-FileCopyrightText: 2022 Carl Schwan +// SPDX-License-Identifier: AGPL-3.0-or-later +?> +
+
+

t('There was an error updating your attendance status.'));?>

+

t('Please contact the organizer directly.'));?>

+ +

+ +
diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php index f5ebb46cb26..fe12ea96c79 100644 --- a/apps/dav/templates/schedule-response-options.php +++ b/apps/dav/templates/schedule-response-options.php @@ -1,8 +1,10 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later +\OCP\Util::addStyle('dav', 'schedule-response'); ?> -
+

t('Are you accepting the invitation?')); ?>

diff --git a/apps/dav/templates/schedule-response-success.php b/apps/dav/templates/schedule-response-success.php index f60cb1e0fa9..fa217164035 100644 --- a/apps/dav/templates/schedule-response-success.php +++ b/apps/dav/templates/schedule-response-success.php @@ -1,4 +1,9 @@ -
- + +// SPDX-FileCopyrightText: 2022 Carl Schwan +// SPDX-License-Identifier: AGPL-3.0-or-later +?> +
+

t('Your attendance was updated successfully.'));?>

diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue index 5bd5bb0bbae..19761069644 100644 --- a/core/src/components/setup/RecommendedApps.vue +++ b/core/src/components/setup/RecommendedApps.vue @@ -59,7 +59,7 @@ role="link" href="defaultPageUrl" @click="goTo(defaultPageUrl)"> - {{ t('core', 'Cancel') }} + {{ t('core', 'Skip') }}