Skip to content

Commit b0980e7

Browse files
committed
User: #fix translation variable in Terms and Conditions - refs BT#22667
1 parent ba540cd commit b0980e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/vue/views/terms/TermsLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="terms-layout">
33
<header>
4-
<h1>{{ t("Terms and conditions") }}</h1>
4+
<h1>{{ t("Terms and Conditions") }}</h1>
55
</header>
66

77
<main>

0 commit comments

Comments
 (0)