mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Add variable placeholder. (#9465)
Changes the character translation string `charactersRemaining` in groups.json to include a variable placeholder `<%= characters %>`
This commit is contained in:
committed by
Matteo Pagliazzi
parent
22b683b1d9
commit
c5296d4cb0
@@ -12,7 +12,7 @@
|
||||
.form-group
|
||||
label
|
||||
strong(v-once) {{$t('challengeSummary')}} *
|
||||
div.summary-count {{charactersRemaining}} {{ $t('charactersRemaining') }}
|
||||
div.summary-count {{ $t('charactersRemaining', {characters: charactersRemaining}) }}
|
||||
textarea.summary-textarea.form-control(:placeholder="$t('challengeSummaryPlaceholder')", v-model="workingChallenge.summary")
|
||||
.form-group
|
||||
label
|
||||
|
||||
Reference in New Issue
Block a user