Skip to content
Extraits de code Groupes Projets
Valider 6501974f rédigé par Ariel Zavala's avatar Ariel Zavala Validation de Raphael Sofaer
Parcourir les fichiers

added more translations missing on views

parent b8dc20e4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -16,7 +16,7 @@ class AspectsController < ApplicationController
def create
@aspect = current_user.aspect params[:aspect]
flash[:notice] = "Click on the plus on the left side to tell Diaspora who can see your new aspect."
flash[:notice] = I18n.t('aspects.create.success')
respond_with :location => aspects_manage_path
end
......
......@@ -3,7 +3,7 @@
-# the COPYRIGHT file.
%h1 Add a new aspect
%h1=t('.add_a_new_aspect')
= form_for Aspect.new do |f|
= f.error_messages
%p
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter