diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index d066c9bc..9ee86910 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -10150,6 +10150,11 @@ namespace Microsoft.SqlTools.ServiceLayer
return Keys.GetString(Keys.UnsupportedModelType, type);
}
+ public static string ObjectNotRenamable(string urn)
+ {
+ return Keys.GetString(Keys.ObjectNotRenamable, urn);
+ }
+
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Keys
{
@@ -14043,6 +14048,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string ErrorConnectionNotFound = "ErrorConnectionNotFound";
+ public const string ObjectNotRenamable = "ObjectNotRenamable";
+
+
public const string DefaultLanguagePlaceholder = "DefaultLanguagePlaceholder";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 1f0441f6..7e90bc48 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -5386,6 +5386,11 @@ The Query Processor estimates that implementing the following index could improv
The connection could not be found
+
+ The object could not be renamed. URN: '{0}'.
+ .
+ Parameters: 0 - urn (string)
+
<default>
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index d5167f94..3e8915f6 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -2443,6 +2443,7 @@ GetUserDefinedObjectsFromModelFailed = Failed to get user defined objects from m
#ObjectManagement Service
ErrorConnectionNotFound = The connection could not be found
+ObjectNotRenamable(string urn) = The object could not be renamed. URN: '{0}'.
############################################################################
# Security Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index c29b7598..4a53a51e 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -6576,6 +6576,12 @@ The Query Processor estimates that implementing the following index could improv
Reset password for the login while unlocking.
+
+ The object could not be renamed. URN: '{0}'.
+ The object could not be renamed. URN: '{0}'.
+ .
+ Parameters: 0 - urn (string)
+