Skip to content

Commit c781dea

Browse files
author
aleixgilaguilar
committed
PR corrections.
1 parent cce3f88 commit c781dea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

resources/lang/ca/ticket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
'blocker' => 'Bloquejant',
5454
'thanksForTheRating' => 'Moltes gràcies!',
5555
'rated' => 'Classificats',
56-
'ticketType' => 'Tipo de tickets',
56+
'ticketType' => 'Tipo de tiquets',
5757
'needSubject' => "Fa falta l'asumpte",
5858
];

resources/lang/ca/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@
143143
],
144144
'emptyBodyComment' => 'No pots crear un comentari buit.',
145145
'commentCreated' => 'Comentari creat.',
146-
'ticketCommentInjection' => 'Error al enviar el comentari. No s\'està guardant al ticket que toca.',
147-
'solvedTicket' => 'Ticket solucionat.',
146+
'ticketCommentInjection' => 'Error al enviar el comentari. No s\'està guardant al tiquet que toca.',
147+
'solvedTicket' => 'Tiquet solucionat.',
148148
];

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@
151151
'emptyBodyComment' => 'Can not create a comment with empty body.',
152152
'commentCreated' => 'Comment created.',
153153
'ticketCommentInjection' => 'Error submitting comment. It is not being sent to the correct ticket.',
154-
'solvedTicket' => 'ticket résolu.',
154+
'solvedTicket' => 'Ticket résolu.',
155155
];

0 commit comments

Comments
 (0)