Update poll questions translatable fields

We need to replace ".title=" by ".title_#{locale}=" in one place because
for some reason globalize builds a new translation record when using the
latter but it doesn't build one when using the former.
This commit is contained in:
Javi Martín
2018-10-10 16:21:05 +02:00
committed by decabeza
parent 6478bb70c2
commit 292609e7ac
5 changed files with 16 additions and 10 deletions

View File

@@ -194,6 +194,8 @@ en:
summary: "Summary"
description: "Description"
external_url: "Link to additional documentation"
poll/question/translation:
title: "Question"
signature_sheet:
signable_type: "Signable type"
signable_id: "Signable ID"