Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rotdrop/nextcloud-app-files-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Mar 23, 2024
2 parents 97c0c08 + 1a8b46d commit 47ea879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PersonalSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<template>
<div :class="['templateroot', appName, ...cloudVersionClasses]">
<h1 class="title">
t(appName, 'Archive Manager, Personal Settings')
{{ t(appName, 'Archive Manager, Personal Settings') }}
</h1>
<NcSettingsSection :name="t(appName, 'Security Options')">
<TextField :value.sync="humanArchiveSizeLimit"
Expand Down

0 comments on commit 47ea879

Please sign in to comment.