Skip to content

Commit

Permalink
fix(i18n): improve text when adding contact, not just "significant ot…
Browse files Browse the repository at this point in the history
…her" (monicahq#1881)
  • Loading branch information
Flimm authored and asbiin committed Oct 25, 2018
1 parent b5880bb commit 243d315
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=06cf7d3943c971315cac",
"/js/app.js": "/js/app.js?id=68874c7541cfb8852584",
"/css/app-ltr.css": "/css/app-ltr.css?id=aeed1bc1277811d4283c",
"/css/app-rtl.css": "/css/app-rtl.css?id=ebbe907f4e5cf0c8bd1a",
"/css/stripe.css": "/css/stripe.css?id=64c68c04c4e475fcc7c6",
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below',
'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact',
'relationship_form_also_create_contact' => 'Create a Contact entry for this person.',
'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.',
'relationship_form_add_description' => 'This will let you treat this person like any other contact.',
'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.',
'relationship_delete_confirmation' => 'Are you sure you want to delete this relationship? Deletion is permanent.',
'relationship_unlink_confirmation' => 'Are you sure you want to delete this relationship? This person will not be deleted – only the relationship between the two.',
Expand Down

0 comments on commit 243d315

Please sign in to comment.