Improve wording in admin interface

This commit is contained in:
Cyril 2019-12-03 12:27:48 +01:00
parent 5a680ceb6f
commit dd6b023954
2 changed files with 7 additions and 3 deletions

View File

@ -54,7 +54,7 @@
{{ "dashboard.users"|trans }} <span class="badge badge-primary badge-pill">{{ users|length }}</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
{{ "dashboard.calendars"|trans }} <span class="badge badge-primary badge-pill">{{ calendars|length }}</span>
{{ "dashboard.calendars"|trans }}<span class="small text-muted ml-1 mr-auto">{{ "dashboard.calendars.help"|trans }}</span> <span class="badge badge-primary badge-pill">{{ calendars|length }}</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
{{ "dashboard.events"|trans }} <span class="badge badge-secondary badge-pill">{{ events|length }}</span>

View File

@ -67,7 +67,7 @@
</trans-unit>
<trans-unit id="eH1zFg7" resname="calendars.uri">
<source>calendars.uri</source>
<target>Calendar URI</target>
<target>URI</target>
</trans-unit>
<trans-unit id="IVokRw3" resname="users.new">
<source>users.new</source>
@ -113,6 +113,10 @@
<source>dashboard.calendars</source>
<target>Calendars</target>
</trans-unit>
<trans-unit id="QUanlG4" resname="dashboard.calendars.help">
<source>dashboard.calendars.help</source>
<target>(incl. Reminders lists)</target>
</trans-unit>
<trans-unit id="tiyHD2m" resname="dashboard.events">
<source>dashboard.events</source>
<target>Events</target>
@ -319,7 +323,7 @@
</trans-unit>
<trans-unit id="KBkKkDQ" resname="form.todos.help">
<source>form.todos.help</source>
<target>If checked, todos will be enabled on this calendar.</target>
<target>If checked, todos will be enabled on this calendar. It will show up in reminders clients (such as macOS Reminders app)</target>
</trans-unit>
<trans-unit id="kyPtCLt" resname="form.notes.help">
<source>form.notes.help</source>