URL: https://github.com/freeipa/freeipa/pull/2378 Author: stanislavlevin Title: #2378: Fix translation of title of entity's add dialog Action: opened
PR body: """ As for now the default title of 'add' dialog is set to something like: ``` 'Add ${entity}' ``` where 'entity' is also translatable text. Such construction is used via method 'adder_dialog' of Entity for the all 'Add' actions.
From now a mentioned title (containing entire sentence) is taken from the spec and should be specified explicitly.
Fixes: https://pagure.io/freeipa/issue/7707 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2378/head:pr2378 git checkout pr2378