Create new translations and update existing views.

This commit is contained in:
2024-11-27 12:22:06 +01:00
parent 31454b2980
commit 9d2eddbcf1
17 changed files with 159 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
<!-- Password -->
<div>
<x-input-label for="password" :value="__('Password')" />
<x-input-label for="password" :value="__('common.Password')" />
<x-text-input id="password" class="block mt-1 w-full"
type="password"
@@ -20,7 +20,7 @@
<div class="flex justify-end mt-4">
<x-primary-button>
{{ __('Confirm') }}
{{ __('common.Confirm') }}
</x-primary-button>
</div>
</form>