Skip to content

Commit

Permalink
fix: update leave dashboard string to translatable format (backport #…
Browse files Browse the repository at this point in the history
…1418) (#1420)

* Update leave_application_dashboard.html string to translatable format

Updated string No Leave has been allocated. to translatable format.

* Fix: Update leave_application_dashboard.html string to translatable format

Fix: Update leave_application_dashboard.html string to translatable format

* chore: fix message

---------

Co-authored-by: Rucha Mahabal <[email protected]>
(cherry picked from commit b48350a)

Co-authored-by: Kamikazce <[email protected]>
  • Loading branch information
mergify[bot] and kamikazce authored Feb 11, 2024
1 parent eefb248 commit aa49f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
</tbody>
</table>
{% else %}
<p style="margin-top: 30px;"> No Leave has been allocated. </p>
<p style="margin-top: 30px;"> {{ __("No leaves have been allocated.") }} </p>
{% endif %}

0 comments on commit aa49f74

Please sign in to comment.