Replace summary to title on proposals social share message
This commit is contained in:
@@ -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']) %>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user