Frontend: Shorten text on import page

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-14 09:14:13 +02:00
parent fc95caaf06
commit 16deff8873

View file

@ -34,9 +34,9 @@
<p class="subheading"> <p class="subheading">
When you import files to your library, they will be sorted by date When you import files to your library, they will be sorted by date
and given a unique name to avoid duplicates. and given a unique name to avoid duplicates.
Importing will automatically convert raw images and render thumbnails as needed. Importing will automatically convert RAWs and render thumbnails as needed.
Original file names will be stored and indexed. Original file names will be stored and indexed.
You can as well manage your originals manually or using other tools. You can as well manage your originals manually.
</p> </p>
<v-btn <v-btn
@ -95,7 +95,7 @@
move: false, move: false,
}, },
labels: { labels: {
move: this.$gettext("Remove imported files from import folder"), move: this.$gettext("Remove imported files"),
} }
} }
}, },