Change load completed tasks string
This commit is contained in:
parent
9efc82c9ed
commit
053d4d567e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue