diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 549a0bb9..e575b323 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1855,12 +1855,12 @@
Parameters: 0 - editionCode (int)
- Couldn't find Azure function with FunctionName {0} in {1}
+ Couldn't find Azure function with FunctionName '{0}' in {1}.
Parameters: 0 - functionName (string), 1 - fileName (string)
- More than one Azure function found with the FunctionName {0} in {1}
+ More than one Azure function found with the FunctionName '{0}' in {1}.
Parameters: 0 - functionName (string), 1 - fileName (string)
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 8cf74345..736ebee4 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -2162,14 +2162,16 @@
- Couldn't find Azure function with FunctionName {0} in {1}
- Couldn't find Azure function with FunctionName {0} in {1}
-
+ Couldn't find Azure function with FunctionName '{0}' in {1}
+ Couldn't find Azure function with FunctionName '{0}' in {1}
+ .
+ Parameters: 0 - functionName (string), 1 - fileName (string)
- More than one Azure function found with the FunctionName {0} in {1}
- More than one Azure function found with the FunctionName {0} in {1}
-
+ More than one Azure function found with the FunctionName '{0}' in {1}
+ More than one Azure function found with the FunctionName '{0}' in {1}
+ .
+ Parameters: 0 - functionName (string), 1 - fileName (string)