diff --git a/app/views/collections/edit/_delete.html.erb b/app/views/collections/edit/_delete.html.erb index 29de41ab9..e9df88ae5 100644 --- a/app/views/collections/edit/_delete.html.erb +++ b/app/views/collections/edit/_delete.html.erb @@ -1,6 +1,6 @@ <% if Current.user.collections.many? %> <%= form_with model: collection, class: "txt-align-center margin-block-start-auto", method: :delete do |form| %> - <%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this Collection?" } do %> + <%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this Board?" } do %> <%= icon_tag "trash" %> Delete this Board <% end %> diff --git a/app/views/events/index/_filter.html.erb b/app/views/events/index/_filter.html.erb index 729131899..b16a208a0 100644 --- a/app/views/events/index/_filter.html.erb +++ b/app/views/events/index/_filter.html.erb @@ -18,8 +18,8 @@ <%= hidden_field_tag "collection_ids[]", nil, data: { filter_settings_target: "field" } %> - <%= filter_dialog "Collection…" do %> - Collection… + <%= filter_dialog "Board…" do %> + Board… <% if user_filtering.collections.many? %> <%= text_field_tag nil, nil, id: nil, placeholder: "Filter…", class: "input input--transparent txt-small font-weight-normal", autofocus: true, diff --git a/app/views/notifications/settings/show.html.erb b/app/views/notifications/settings/show.html.erb index 3e0ef00d6..e9b28b6ec 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -7,7 +7,7 @@ - Collections + Boards <%= render partial: "notifications/settings/collection", collection: @collections, locals: { user: Current.user } %>