Skip to content

Commit

Permalink
Change case and type of quotes
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven committed Nov 16, 2021
1 parent fd43518 commit e351f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExternalLocationsSection.vue
Expand Up @@ -34,7 +34,7 @@
</select>
<input class="external-location__form__input"
type="text"
:placeholder="t('backup', 'Path in which to store the restoring points. (Ex: \'backups\')')"
:placeholder="t('backup', 'Path in which to store the restoring points. (ex: \"backups\")')"
:disabled="loadingData || loadingAddExternalLocation || availableExternalLocations.length === 0"
name="root">
<button class="primary"
Expand Down

0 comments on commit e351f60

Please sign in to comment.