diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index 49543417d..9f10b5f4f 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -194,8 +194,8 @@ url: budget_investment_url(investment.budget, investment), description: t("budgets.investments.share.message", title: investment.title, - org: setting['org_name']), - mobile: t("budgets.investments.share.message_mobile", + handle: setting['org_name']), + mobile: t("budgets.investments.share.message", title: investment.title, handle: setting['twitter_handle']) %> diff --git a/app/views/proposals/_social_share.html.erb b/app/views/proposals/_social_share.html.erb index b675fe192..c1b12e907 100644 --- a/app/views/proposals/_social_share.html.erb +++ b/app/views/proposals/_social_share.html.erb @@ -4,7 +4,7 @@ url: proposal_url(proposal), description: t("proposals.share.message", summary: proposal.summary, - org: setting['org_name']), - mobile: t("proposals.share.message_mobile", + handle: setting['org_name']), + mobile: t("proposals.share.message", summary: proposal.summary, handle: setting['twitter_handle']) %> diff --git a/config/locales/en/budgets.yml b/config/locales/en/budgets.yml index 24b16d1de..6a070cea0 100644 --- a/config/locales/en/budgets.yml +++ b/config/locales/en/budgets.yml @@ -106,8 +106,7 @@ en: confidence_score: highest rated price: by price share: - message: "I created the investment project %{title} in %{org}. Create an investment project you too!" - message_mobile: "I created the investment project %{title} in %{handle}. Create an investment project you too!" + message: "I created the investment project %{title} in %{handle}. Create an investment project too!" show: author_deleted: User deleted price_explanation: Price explanation diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 20f843999..f6c6c43ff 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -452,8 +452,7 @@ en: form: submit_button: Save changes share: - message: "I supported the proposal %{summary} in %{org}. If you're interested, support it too!" - message_mobile: "I supported the proposal %{summary} in %{handle}. If you're interested, support it too!" + message: "I supported the proposal %{summary} in %{handle}. If you're interested, support it too!" polls: all: "All" no_dates: "no date assigned" diff --git a/config/locales/es/budgets.yml b/config/locales/es/budgets.yml index 5b4406b3e..ba4fae5e3 100644 --- a/config/locales/es/budgets.yml +++ b/config/locales/es/budgets.yml @@ -106,8 +106,7 @@ es: confidence_score: Mejor valorados price: Por coste share: - message: "He presentado el proyecto %{title} en %{org}. ¡Presenta un proyecto tú también!" - message_mobile: "He presentado el proyecto %{title} en %{handle}. ¡Presenta un proyecto tú también!" + message: "He presentado el proyecto %{title} en %{handle}. ¡Presenta un proyecto tú también!" show: author_deleted: Usuario eliminado price_explanation: Informe de coste diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index e1a2aa3e2..1d47a23e8 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -452,8 +452,7 @@ es: form: submit_button: Guardar cambios share: - message: "He apoyado la propuesta %{summary} en %{org}. Si te interesa, ¡apoya tú también!" - message_mobile: "He apoyado la propuesta %{summary} en %{handle}. Si te interesa, ¡apoya tú también!" + message: "He apoyado la propuesta %{summary} en %{handle}. Si te interesa, ¡apoya tú también!" polls: all: "Todas" no_dates: "sin fecha asignada"