Skip to content

Commit 118d124

Browse files
committed
Fixed a typo and make important things bold
1 parent 1384d3c commit 118d124

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Modules/UserManager/App_LocalResources/Impersonate.resx

+9-3
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,21 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="AreYouSure.Text" xml:space="preserve">
121-
<value>Are you sure you want to perform this action?</value>
121+
<value>Are you sure you want to impersonate this user account?</value>
122+
</data>
123+
<data name="DeleteUser.Text" xml:space="preserve">
124+
<value>Delete User Account</value>
122125
</data>
123126
<data name="Impersonate.Text" xml:space="preserve">
124127
<value>Impersonate</value>
125128
</data>
126129
<data name="ImpersonateAnotherUserAccountConfirmation.Text" xml:space="preserve">
127-
<value>You are about to impersonate another user account. If you confirm, he website will attempt to log you in as if they logged in themselves. You will need to logout and log back in to restore your superuser access. If you cancel, nothing will happen.</value>
130+
<value>You are about to impersonate another user account. &lt;b&gt;If you confirm&lt;/b&gt;, the website will attempt to log you in as if the user themselves logged in. You will need to logout and log back in to restore your superuser access. &lt;b&gt;If you cancel&lt;/b&gt;, nothing will happen.</value>
128131
</data>
129132
<data name="ImpersonateAnotherUserAccountConfirmationAlert.Text" xml:space="preserve">
130-
<value>Technical Limitation: If you are using another authentication provider other than the built-in DNN provider, this feature may or may not work, depending on the type of authentication you have installed/enabled.</value>
133+
<value>&lt;b&gt;Technical Limitation:&lt;/b&gt; If you are using another authentication provider other than the built-in DNN provider, this feature may or may not work, depending on the type of authentication you have installed/enabled.</value>
134+
</data>
135+
<data name="ImpersonateUser.Text" xml:space="preserve">
136+
<value>Impersonate User Account</value>
131137
</data>
132138
</root>

0 commit comments

Comments
 (0)