Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
fix: guimauve software branding
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Aug 21, 2024
1 parent 58799dd commit 22f81c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/src/commonMain/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jwt {
issuer = "suitebde"
}
email {
host = "mail.nathanfallet.me"
host = "mail8.mymailcheap.com"
username = "[email protected]"
password = ""
password = ${?EMAIL_PASSWORD}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ clubs_members_title=Members of this club
admin_not_allowed=You are not allowed to access the admin panel
admin_need_help=Need help?
admin_contact_us=Contact us:
admin_developed_with_love=Developed with {0} in {1} by {2} and {3}
admin_developed_with_love=Developed with {0} in {1} by {2}
admin_cancel=Cancel
admin_delete=Delete
admin_save=Save
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ admin_roles_create=Nouveau r\u00F4le
admin_roles_update=Modifier le r\u00F4le
admin_roles_id=Id
admin_roles_name=Nom
admin_developed_with_love=D\u00E9velopp\u00E9 avec {0} en {1} par {2} et {3}
admin_developed_with_love=D\u00E9velopp\u00E9 avec {0} en {1} par {2}
admin_roles_delete=Etes vous s\u00FBr de supprimer ce r\u00F4le ?
auth_invalid_token=Token non valide
admin_menu_roles=R\u00F4les
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
<@t key="admin_developed_with_love" args=[
"<i class=\"fa fa-heart text-danger\"></i>",
"<a href=\"https://kotlinlang.org\" class=\"text-dark font-weight-bold\">Kotlin</a>",
"<a href=\"https://nathanfallet.me\" class=\"text-dark font-weight-bold\">Nathan Fallet</a>",
"<a href=\"https://toastcie.dev\" class=\"text-dark font-weight-bold\">Toast.cie</a>"
"<a href=\"https://guimauve.software\" class=\"text-dark font-weight-bold\">Guimauve Software</a>"
] />
</p>
</div>
Expand Down
3 changes: 1 addition & 2 deletions backend/src/commonMain/resources/templates/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@
<p class="mt-5 mb-10"><@t key="admin_developed_with_love" args=[
"<i class=\"fa fa-heart text-danger\"></i>",
"<a href=\"https://kotlinlang.org\" class=\"text-dark font-weight-bold\">Kotlin</a>",
"<a href=\"https://nathanfallet.me\" class=\"text-dark font-weight-bold\">Nathan Fallet</a>",
"<a href=\"https://toastcie.dev\" class=\"text-dark font-weight-bold\">Toast.cie</a>"
"<a href=\"https://guimauve.software\" class=\"text-dark font-weight-bold\">Guimauve Software</a>"
] /></p>
</div>

Expand Down

0 comments on commit 22f81c7

Please sign in to comment.