diff --git a/app/controllers/collections_controller.rb b/app/controllers/collections_controller.rb index e7100eaa4..4dd215d21 100644 --- a/app/controllers/collections_controller.rb +++ b/app/controllers/collections_controller.rb @@ -19,7 +19,7 @@ class CollectionsController < ApplicationController @collection.update! collection_params @collection.accesses.revise granted: grantees, revoked: revokees if grantees_changed? - redirect_to edit_collection_path(@collection), notice: "Collection updated" + redirect_to edit_collection_path(@collection), notice: "Changes saved" end def destroy diff --git a/app/views/collections/edit/_publication.html.erb b/app/views/collections/edit/_publication.html.erb index 32299fe88..188a28d65 100644 --- a/app/views/collections/edit/_publication.html.erb +++ b/app/views/collections/edit/_publication.html.erb @@ -28,7 +28,7 @@ Add an optional description to the public page