Skip to content

Commit

Permalink
Fix wording (#542)
Browse files Browse the repository at this point in the history
Close #539
  • Loading branch information
djaiss authored Aug 15, 2017
1 parent 5d34c7a commit 7069168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/people/dashboard/kids/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</div>

<div class="form-group actions">
<button type="submit" class="btn btn-primary">{{ trans('people.significant_other_add_cta') }}</button>
<button type="submit" class="btn btn-primary">{{ trans('people.kids_add_cta') }}</button>
<a href="{{ route('people.show', $contact) }}" class="btn btn-secondary">{{ trans('app.cancel') }}</a>
</div>
</form>
Expand Down

0 comments on commit 7069168

Please sign in to comment.