Triple dot to ellipsis (#62)

* Triple dot to ellipsis

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

* Triple dot to ellipsis



Reported at Transifex.

Signed-off-by: rakekniven 2069590+rakekniven@users.noreply.github.com

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven 2069590+rakekniven@users.noreply.github.com
cache
rakekniven 2022-10-04 00:41:51 +02:00 committed by GitHub
parent 456f0d336f
commit 902d83b21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@
</div>
<div v-if="processing" class="info-pad">
{{ t('memories', 'Processing ... {n}/{m}', {
{{ t('memories', 'Processing {n}/{m}', {
n: photosDone,
m: photos.length,
}) }}
@ -97,7 +97,7 @@
</div>
<div v-else>
{{ t('memories', 'Loading data ... {n}/{m}', {
{{ t('memories', 'Loading data {n}/{m}', {
n: photosDone,
m: photos.length,
}) }}
@ -444,4 +444,4 @@ export default class EditDate extends Mixins(GlobalMixin) {
padding: 0 !important;
padding-left: 3px !important;
}
</style>
</style>