Skip to content

Commit 36fc02d

Browse files
committed
fix: bugfix
1 parent aed24fe commit 36fc02d

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

app/locales/en/LC_MESSAGES/base.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PROJECT VERSION\n"
99
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10-
"POT-Creation-Date: 2021-02-25 15:01+0200\n"
10+
"POT-Creation-Date: 2021-02-25 15:34+0200\n"
1111
"PO-Revision-Date: 2021-01-26 21:31+0200\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: en\n"
@@ -399,6 +399,10 @@ msgstr ""
399399
msgid "Save changes"
400400
msgstr ""
401401

402+
#: app/templates/partials/user_profile/sidebar_left/daily_horoscope.html:5
403+
msgid "Daily horoscope"
404+
msgstr ""
405+
402406
#: app/templates/partials/user_profile/sidebar_left/features_card.html:5
403407
msgid "Explore more features"
404408
msgstr ""
@@ -448,7 +452,6 @@ msgid "Update calendar privacy"
448452
msgstr ""
449453

450454
#: app/templates/partials/user_profile/sidebar_left/profile_card/user_details.html:7
451-
#: app/templates/salary/month.j2:35
452455
msgid "Settings"
453456
msgstr ""
454457

@@ -504,8 +507,8 @@ msgstr ""
504507
msgid "Calculate salary"
505508
msgstr ""
506509

507-
#: app/templates/salary/pick.j2:7 app/templates/salary/pick.j2:24
508-
#: app/templates/salary/view.j2:41
510+
#: app/templates/salary/month.j2:35 app/templates/salary/pick.j2:7
511+
#: app/templates/salary/pick.j2:24 app/templates/salary/view.j2:41
509512
msgid "Edit settings"
510513
msgstr ""
511514

app/locales/he/LC_MESSAGES/base.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PROJECT VERSION\n"
99
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10-
"POT-Creation-Date: 2021-02-25 15:01+0200\n"
10+
"POT-Creation-Date: 2021-02-25 15:34+0200\n"
1111
"PO-Revision-Date: 2021-01-26 21:31+0200\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: he\n"
@@ -399,6 +399,10 @@ msgstr ""
399399
msgid "Save changes"
400400
msgstr ""
401401

402+
#: app/templates/partials/user_profile/sidebar_left/daily_horoscope.html:5
403+
msgid "Daily horoscope"
404+
msgstr ""
405+
402406
#: app/templates/partials/user_profile/sidebar_left/features_card.html:5
403407
msgid "Explore more features"
404408
msgstr ""
@@ -448,7 +452,6 @@ msgid "Update calendar privacy"
448452
msgstr ""
449453

450454
#: app/templates/partials/user_profile/sidebar_left/profile_card/user_details.html:7
451-
#: app/templates/salary/month.j2:35
452455
msgid "Settings"
453456
msgstr ""
454457

@@ -504,8 +507,8 @@ msgstr ""
504507
msgid "Calculate salary"
505508
msgstr ""
506509

507-
#: app/templates/salary/pick.j2:7 app/templates/salary/pick.j2:24
508-
#: app/templates/salary/view.j2:41
510+
#: app/templates/salary/month.j2:35 app/templates/salary/pick.j2:7
511+
#: app/templates/salary/pick.j2:24 app/templates/salary/view.j2:41
509512
msgid "Edit settings"
510513
msgstr ""
511514

app/templates/salary/month.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</form>
3333

3434
<div>
35-
<p class="text-muted"><a href="{{ url_for("edit_settings", category_id=category_id) }}">{{ gettext("Settings") }}</a></p>
35+
<p class="text-muted"><a href="{{ url_for("edit_settings", category_id=category_id) }}">{{ gettext("Edit settings") }}</a></p>
3636
</div>
3737
</div>
3838
{% endblock content %}

0 commit comments

Comments
 (0)