Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in delete user forms #225

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Fix typo in delete user forms #225

merged 1 commit into from
Dec 8, 2022

Conversation

alexcanana
Copy link
Contributor

@alexcanana alexcanana commented Dec 7, 2022

Fixes a typo in the "Delete user" forms.

Copy link

@askdkc askdkc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">Are you sure you want to delete your account?</h2>

☝️ should be like 👇?

<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">{{ __(‘Are you sure you want to delete your account?’) }}</h2>

Because all texts in Breeze templates should be translatable for the sake of consistency.

@taylorotwell taylorotwell merged commit 9999cea into laravel:1.x Dec 8, 2022
slimani-dev pushed a commit to slimani-dev/breeze that referenced this pull request Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants