Skip to content

Commit f647001

Browse files
NoklefReenigneArcher
authored andcommitted
fix(web-ui): Added description to password page
1 parent 732499e commit f647001

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src_assets/common/assets/web/password.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<body id="app" v-cloak>
99
<Navbar></Navbar>
1010
<div class="container">
11-
<h1 class="my-4">{{ $t('password.password_change') }}</h1>
11+
<div class="my-4">
12+
<h1>{{ $t('password.password_change') }}</h1>
13+
<p>{{ $t('password.password_change_desc') }}</p>
14+
</div>
1215
<form @submit.prevent="save">
1316
<div class="card">
1417
<div class="card-body">

src_assets/common/assets/web/public/assets/locale/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
"new_creds": "New Credentials",
482482
"new_username_desc": "If not specified, the username will not change",
483483
"password_change": "Password Change",
484+
"password_change_desc": "Update the username and password used to sign in to the Sunshine web UI. You'll need to sign in again after changing them.",
484485
"success_msg": "Password has been changed successfully! This page will reload soon, your browser will ask you for the new credentials."
485486
},
486487
"pin": {

0 commit comments

Comments
 (0)