Skip to content

FOUR-16281: Create a case and review the message in the loading list #6911

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

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/js/components/requests/requestModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
md="8"
>
<p>
{{ $t("Select a Process below to get started.") }}
{{ $t("Select a process below to get started.") }}
</p>
</b-col>
<b-col
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@
"We have e-mailed your password reset link!": "We have e-mailed your password reset link!",
"We recommend using fewer than 25 form elements in your screen for optimal performance.": "We recommend using fewer than 25 form elements in your screen for optimal performance.",
"We recommended a transparent PNG at :size pixels.": "We recommended a transparent PNG at :size pixels.",
"Select a Process below to get started.": "Select a Process to start your Case.",
"Select a process below to get started.": "Select a process below to get started.",
"Web Entry": "Web Entry",
"Webhook URL": "Webhook URL",
"week": "week",
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
"We can't find a user with that e-mail address.": "No podemos encontrar un usuario con esa dirección de correo electrónico.",
"We have e-mailed your password reset link!": "¡Le hemos enviado por correo electrónico el enlace para restablecer su contraseña!",
"We recommended a transparent PNG at :size pixels.": "Recomendamos un PNG transparente en tamaño de píxeles:.",
"Select a Process below to get started.": "Seleccione un Proceso para iniciar su Solicitud.",
"Select a process below to get started.": "Seleccione un proceso para iniciar su solicitud.",
"Web Entry": "Entrada web",
"week": "semana",
"Welcome": "Bienvenido",
Expand Down
Loading