Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/wp-content/themes/tuleva/lang/et.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions src/wp-content/themes/tuleva/lang/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -1493,8 +1493,8 @@ msgid "Can both parents manage the account?"
msgstr "Kas mõlemad vanemad saavad kontot hallata?"

#: templates/child-savings-content.php:209
msgid "The account can be opened by either parent who has custody over the child's assets, and they act independently as the child's representative. We notify the other parent when the account is opened. The option for both parents to see the account and make transactions is coming later."
msgstr "Konto saab avada kumbki vanem, kellel on lapse varahooldusõigus, ja ta tegutseb lapse esindajana iseseisvalt. Teisele vanemale saadame konto avamise kohta teate. Võimaluse, et mõlemad vanemad näevad kontot ja teevad tehinguid, lisame edaspidi."
msgid "The account can be opened by either parent who has custody over the child's assets, and they act independently as the child's representative. We give the other parent access to the child's account as soon as they have been identified in their own Tuleva account. Both parents can see the account and make transactions."
msgstr "Konto saab avada kumbki vanem, kellel on lapse varahooldusõigus, ja ta tegutseb lapse esindajana iseseisvalt. Teisele vanemale avame ligipääsu lapse kontole kohe, kui ta on end Tuleva kontol tuvastanud. Mõlemad vanemad näevad kontot ja saavad teha tehinguid."

#: templates/child-savings-content.php:222 templates/savings-fund-landing-content.php:362
msgid "Learn more"
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/tuleva/lang/tuleva.pot
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ msgid "Can both parents manage the account?"
msgstr ""

#: templates/child-savings-content.php:209
msgid "The account can be opened by either parent who has custody over the child's assets, and they act independently as the child's representative. We notify the other parent when the account is opened. The option for both parents to see the account and make transactions is coming later."
msgid "The account can be opened by either parent who has custody over the child's assets, and they act independently as the child's representative. We give the other parent access to the child's account as soon as they have been identified in their own Tuleva account. Both parents can see the account and make transactions."
msgstr ""

#: templates/child-savings-content.php:222
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<div class="qa__question-wrapper" id="kkk-7">
<a class="qa__question collapsed" data-bs-toggle="collapse" href="#answer-7"><?php _e('Can both parents manage the account?', TEXT_DOMAIN); ?></a>
<div id="answer-7" class="collapse">
<p><?php _e('The account can be opened by either parent who has custody over the child\'s assets, and they act independently as the child\'s representative. We notify the other parent when the account is opened. The option for both parents to see the account and make transactions is coming later.', TEXT_DOMAIN); ?></p>
<p><?php _e('The account can be opened by either parent who has custody over the child\'s assets, and they act independently as the child\'s representative. We give the other parent access to the child\'s account as soon as they have been identified in their own Tuleva account. Both parents can see the account and make transactions.', TEXT_DOMAIN); ?></p>
</div>
</div>
</div>
Expand Down