kleine Korrektur im Ribrik Controller

This commit is contained in:
Andreas Stephanides
2013-02-12 11:18:52 +01:00
parent 232e6cefff
commit 642ca81cc8
3 changed files with 29 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ class RubrikenController < ApplicationController
response_notice= I18n.t("rubrik/moderatoradded")
else
response_notice= I18n.t("rubrik/moderatoraddnorights"
response_notice= I18n.t("rubrik/moderatoraddnorights")
end
respond_to do |format|
format.html { redirect_to @rubrik,:notice => response_notice }