diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 613fa1e7..d066c9bc 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -9717,6 +9717,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string ResetPasswordWhileUnlocking
+ {
+ get
+ {
+ return Keys.GetString(Keys.ResetPasswordWhileUnlocking);
+ }
+ }
+
public static string ConnectionServiceListDbErrorNotConnected(string uri)
{
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
@@ -14038,6 +14046,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string DefaultLanguagePlaceholder = "DefaultLanguagePlaceholder";
+ public const string ResetPasswordWhileUnlocking = "ResetPasswordWhileUnlocking";
+
+
private Keys()
{ }
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index c557cc89..1f0441f6 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -5390,4 +5390,8 @@ The Query Processor estimates that implementing the following index could improv
<default>
+
+ Reset password for the login while unlocking.
+
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 00d5df71..d5167f94 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -2447,4 +2447,4 @@ ErrorConnectionNotFound = The connection could not be found
############################################################################
# Security Service
DefaultLanguagePlaceholder =
-
+ResetPasswordWhileUnlocking = Reset password for the login while unlocking.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 06175fa7..c29b7598 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -6571,6 +6571,11 @@ The Query Processor estimates that implementing the following index could improv
<default>
+
+ Reset password for the login while unlocking.
+ Reset password for the login while unlocking.
+
+