🇩🇪 update German translations

This commit is contained in:
Marc Michalsky forumZFD 2021-03-18 16:14:32 +01:00
parent 87e72052b0
commit 91eaadae79
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
5 changed files with 116 additions and 25 deletions

View file

@ -24,7 +24,7 @@ function _civicrm_api3_twingle_campaign_Get_spec(array &$spec) {
'title' => E::ts('Twingle Campaign CID'),
'type' => CRM_Utils_Type::T_STRING,
'api.required' => 0,
'description' => E::ts('A unique identifier for a TwingleCampaign generated by a hashing its id + name'),
'description' => E::ts('A unique TwingleCampaign identifier for external usage'),
];
$spec['project_id'] = [
'name' => 'project_id',