Skip to content

Commit

Permalink
fix: tei checkbox label (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
turban authored Sep 21, 2020
1 parent f6085a7 commit 39485b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2020-08-25T19:35:36.976Z\n"
"PO-Revision-Date: 2020-08-25T19:35:36.976Z\n"
"POT-Creation-Date: 2020-09-21T08:07:40.821Z\n"
"PO-Revision-Date: 2020-09-21T08:07:40.821Z\n"

msgid "Maps"
msgstr ""
Expand Down Expand Up @@ -401,7 +401,7 @@ msgstr ""
msgid "Display Tracked Entity relationships"
msgstr ""

msgid "Show relationships that connect entities outside \"{{program}}\" program"
msgid "Include relationships that connect entities outside \"{{program}}\" program"
msgstr ""

msgid "Selection mode"
Expand Down
2 changes: 1 addition & 1 deletion src/components/edit/trackedEntity/TrackedEntityDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export class TrackedEntityDialog extends Component {
{program && (
<Checkbox
label={i18n.t(
'Show relationships that connect entities outside "{{program}}" program',
'Include relationships that connect entities outside "{{program}}" program',
{
program: program.name,
}
Expand Down

0 comments on commit 39485b4

Please sign in to comment.