Unverified Commit 05ccc3a4 authored by bugclerk's avatar bugclerk Committed by GitHub
Browse files

NAS-120422: Fix tooltip in active directory form (#7806)


(cherry picked from commit 4f02a6386869519c7168b50859515ccfdae0a2ca)
Co-authored-by: default avatarDenys Butenko <ua13dark@gmail.com>
parent b6c243b1
Showing with 2 additions and 4 deletions
+2 -4
......@@ -58,9 +58,7 @@ export default {
Service For Unix 3.0 or 3.5, and <i>sfu20</i> is for Service For Unix 2.0.'),
activedirectory_enable_tooltip: T('Enable the Active Directory service.\
The first time this option is set, the Domain Account Password must be entered.'),
activedirectory_netbiosname_a_tooltip: T('Netbios Name of this NAS. This name must differ from\
the <i>Workgroup</i> name and be no greater than 15 characters.'),
activedirectory_netbiosname_b_tooltip: T('Netbios Name of this NAS. This name must differ from\
activedirectory_netbiosname_tooltip: T('Netbios Name of this NAS. This name must differ from\
the <i>Workgroup</i> name and be no greater than 15 characters.'),
activedirectory_netbiosalias_tooltip: T('Alternative names that SMB clients can use when\
connecting to this NAS. Can be no greater than 15 characters.'),
......
......@@ -124,7 +124,7 @@
<ix-input
formControlName="netbiosname"
[label]="'Netbios Name' | translate"
[tooltip]="helptext.activedirectory_dns_timeout_tooltip | translate"
[tooltip]="helptext.activedirectory_netbiosname_tooltip | translate"
[required]="true"
></ix-input>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment