Add translations for navigation index page

This commit is contained in:
Andreas Nedbal 2022-07-07 01:15:03 +02:00 committed by Georg Gadinger
parent 86a63fe3b0
commit 52218bf1d0
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
%i.fa.fa-bell-o.notification__bell-icon
%p
- if params[:type] == 'all'
No notifications.
= t(".none_filtered")
- else
No new notifications.
= t(".none")
- else
- @notifications.each do |notification|
%li.list-group-item
@ -21,4 +21,4 @@
- if @more_data_available
.d-flex.justify-content-center.justify-content-sm-start
%button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @notifications_last_id } }
= t 'views.actions.load'
= t("voc.load")