Skip to content

Commit

Permalink
Merge branch 'pu/cw/adbtitle' into '2024.11'
Browse files Browse the repository at this point in the history
tweak(Addressbook) refine title template

See merge request tine20/tine20!4882
  • Loading branch information
corneliusweiss committed Feb 2, 2024
2 parents fd0a6e5 + bd3e651 commit 0a13e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tine20/Addressbook/Preference.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public function getApplicationPreferenceDefaults($_preferenceName, $_accountId =
<label>'. $translate->_('Display Name - Company / Organisation') . '</label>
</option>
<option>
<value>{% if salutation %}{{ keyField("Addressbook", "contactSalutation", salutation) }} {% endif %}{% if n_family %}{{ n_family }}{% else %}{{ n_fileas }}{% endif %}{% if org_name %} ({{ org_name }}){% endif %}</value>
<label>'. $translate->_('Salutation Last Name (Company / Organisation)') . '</label>
<value>{% if salutation %}{{ keyField("Addressbook", "contactSalutation", salutation) }} {% endif %}{% if n_prefix %}{{ n_prefix }} {% endif %}{% if n_family %}{{ n_family }}{% endif %}{% if org_name %} ({{ org_name }}){% endif %}</value>
<label>'. $translate->_('Salutation Title Last Name (Company / Organisation)') . '</label>
</option>
</options>';
break;
Expand Down
4 changes: 2 additions & 2 deletions tine20/Addressbook/translations/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1364,5 +1364,5 @@ msgstr "Angezeigter Name (E-Mail)"
msgid "Display Name - Company / Organisation"
msgstr "Angezeigter Name - Firma / Organisation"

msgid "Salutation Last Name (Company / Organisation)"
msgstr "Anrede Nachname (Firma / Organisation)"
msgid "Salutation Title Last Name (Company / Organisation)"
msgstr "Anrede Titel Nachname (Firma / Organisation)"

0 comments on commit 0a13e22

Please sign in to comment.