chore: use english in templates

This commit is contained in:
wpetit 2022-05-09 14:23:23 +02:00
parent 5383ed7ced
commit 9e851f2e69
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<input <input
class="bg-green-600 text-white my-4 px-4 py-2 rounded-md text-xl font-medium hover:bg-green-700 transition duration-300" class="bg-green-600 text-white my-4 px-4 py-2 rounded-md text-xl font-medium hover:bg-green-700 transition duration-300"
type="submit" type="submit"
name="submit" value="Enregistrer" /> name="submit" value="Save" />
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -18,7 +18,7 @@
<input type="submit" <input type="submit"
class="bg-red-600 text-white mb-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-red-700 transition duration-300" class="bg-red-600 text-white mb-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-red-700 transition duration-300"
name="del:{{ $fullProperty }}/{{$index}}" name="del:{{ $fullProperty }}/{{$index}}"
value="Supprimer" /> value="Remove" />
<hr /> <hr />
</td> </td>
</tr> </tr>
@ -30,7 +30,7 @@
class="bg-blue-500 text-white mb-2 mt-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300" class="bg-blue-500 text-white mb-2 mt-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300"
type="submit" type="submit"
name="add:{{ $fullProperty }}/-" name="add:{{ $fullProperty }}/-"
value="Ajouter" /> value="Add" />
</td> </td>
</tr> </tr>
</tbody> </tbody>