Replace summary to title on proposals social share message

This commit is contained in:
decabeza
2019-03-13 17:54:53 +01:00
parent be8f2dca88
commit e2e29cd9bc
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
title: proposal.title,
url: proposal_url(proposal),
description: t("proposals.share.message",
summary: proposal.summary,
title: proposal.title,
handle: setting['org_name']),
mobile: t("proposals.share.message",
summary: proposal.summary,
title: proposal.title,
handle: setting['twitter_handle']) %>

View File

@@ -443,7 +443,7 @@ en:
form:
submit_button: Save changes
share:
message: "I supported the proposal %{summary} in %{handle}. If you're interested, support it too!"
message: "I supported the proposal %{title} in %{handle}. If you're interested, support it too!"
polls:
all: "All"
no_dates: "no date assigned"

View File

@@ -443,7 +443,7 @@ es:
form:
submit_button: Guardar cambios
share:
message: "He apoyado la propuesta %{summary} en %{handle}. Si te interesa, ¡apoya tú también!"
message: "He apoyado la propuesta %{title} en %{handle}. Si te interesa, ¡apoya tú también!"
polls:
all: "Todas"
no_dates: "sin fecha asignada"