Change load completed tasks string

This commit is contained in:
Raimund Schlüßler 2019-01-03 17:34:04 +01:00
parent 9efc82c9ed
commit 053d4d567e
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -22,7 +22,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<template>
<div v-show="!loadedCompleted" class="loadmore">
<span @click="loadCompletedTasks">
{{ t('tasks', 'Load remaining completed tasks.') }}
{{ t('tasks', 'Load all completed tasks.') }}
</span>
</div>
</template>