Skip to content

Commit 39b13e0

Browse files
Merge pull request #36675 from nextcloud/rakekniven-patch-3
l10n: Fixed grammar
2 parents e01936e + f4b7917 commit 39b13e0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/files/src/views/Settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</NcAppSettingsSection>
4747

4848
<!-- Webdav URL-->
49-
<NcAppSettingsSection id="webdav" :title="t('files', 'Webdav')">
49+
<NcAppSettingsSection id="webdav" :title="t('files', 'WebDAV')">
5050
<NcInputField id="webdav-url-input"
5151
:show-trailing-button="true"
5252
:success="webdavUrlCopied"
@@ -156,7 +156,7 @@ export default {
156156
157157
await navigator.clipboard.writeText(this.webdavUrl)
158158
this.webdavUrlCopied = true
159-
showSuccess(t('files', 'Webdav URL copied to clipboard'))
159+
showSuccess(t('files', 'WebDAV URL copied to clipboard'))
160160
setTimeout(() => {
161161
this.webdavUrlCopied = false
162162
}, 5000)

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)