mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Dashboard: Wording change from panels to widgets
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
995144faa6
commit
da8a29f42e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,10 +14,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</Draggable>
|
||||
<a class="edit-panels icon-add" @click="showModal">{{ t('dashboard', 'Edit panels') }}</a>
|
||||
<a class="edit-panels icon-add" @click="showModal">{{ t('dashboard', 'Edit widgets') }}</a>
|
||||
<Modal v-if="modal" @close="closeModal">
|
||||
<div class="modal__content">
|
||||
<h3>{{ t('dashboard', 'Edit panels') }}</h3>
|
||||
<h3>{{ t('dashboard', 'Edit widgets') }}</h3>
|
||||
<transition-group name="flip-list" tag="ol">
|
||||
<li v-for="panel in sortedPanels" :key="panel.id">
|
||||
<input :id="'panel-checkbox-' + panel.id"
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</label>
|
||||
</li>
|
||||
<li key="appstore">
|
||||
<a :href="appStoreUrl" class="button">{{ t('dashboard', 'Get more panels from the app store') }}</a>
|
||||
<a :href="appStoreUrl" class="button">{{ t('dashboard', 'Get more widgets from the app store') }}</a>
|
||||
</li>
|
||||
</transition-group>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue