mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
Update password reset form and add more localization for error messages
This commit is contained in:
parent
c0fd91ef8d
commit
4839edde7b
14 changed files with 96 additions and 35 deletions
|
@ -86,7 +86,8 @@
|
|||
bind:value={new_category.icon}
|
||||
/>
|
||||
<button on:click={toggleEmojiPicker} type="button" class="btn btn-secondary">
|
||||
{isEmojiPickerVisible ? 'Hide' : 'Show'} Emoji Picker
|
||||
{isEmojiPickerVisible ? $t('adventures.hide') : $t('adventures.hide')}
|
||||
{$t('adventures.emoji_picker')}
|
||||
</button>
|
||||
<button on:click={custom_category} type="button" class="btn btn-primary">
|
||||
{$t('adventures.add')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue