Skip to content

Commit 3789dde

Browse files
committed
Align DAB no-active-designer messaging
1 parent be77ce5 commit 3789dde

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@
26792679
"message": "Executing '{0}' operation on Data API Builder",
26802680
"comment": ["{0} is the operation name"]
26812681
},
2682-
"No active Data API Builder found. Please open it first using mssql_dab with operation 'show' or from the UI.": "No active Data API Builder found. Please open it first using mssql_dab with operation 'show' or from the UI.",
2682+
"No active schema designer found. Please open Data API Builder first using mssql_dab with operation 'show' or from the UI.": "No active schema designer found. Please open Data API Builder first using mssql_dab with operation 'show' or from the UI.",
26832683
"Missing connectionId. Please provide a connectionId to open Data API Builder.": "Missing connectionId. Please provide a connectionId to open Data API Builder.",
26842684
"No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI.": "No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI.",
26852685
"Schema designer state changed. Fetch the latest schema and retry the operation.": "Schema designer state changed. Fetch the latest schema and retry the operation.",

extensions/mssql/src/constants/locConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ export class MssqlChatAgent {
20712071
});
20722072
};
20732073
public static dabToolNoActiveDesigner = l10n.t(
2074-
"No active Data API Builder found. Please open it first using mssql_dab with operation 'show' or from the UI.",
2074+
"No active schema designer found. Please open Data API Builder first using mssql_dab with operation 'show' or from the UI.",
20752075
);
20762076
public static dabToolMissingConnectionId = l10n.t(
20772077
"Missing connectionId. Please provide a connectionId to open Data API Builder.",

localization/xliff/vscode-mssql.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3938,9 +3938,6 @@
39383938
<trans-unit id="++CODE++b363e5f44515909e667e5e4b24f9690b87a202de3c6b1f1f7b8b597205461ad6">
39393939
<source xml:lang="en">No account selected</source>
39403940
</trans-unit>
3941-
<trans-unit id="++CODE++5345fa71b16e5757cbf5cb0b5a9db3acd485d82115bd3b4f841586b9fd0a8892">
3942-
<source xml:lang="en">No active Data API Builder found. Please open it first using mssql_dab with operation &apos;show&apos; or from the UI.</source>
3943-
</trans-unit>
39443941
<trans-unit id="++CODE++9659b767df189a5839c87672cb77cb5c7e5dbe63f59c88712ad34358dda02676">
39453942
<source xml:lang="en">No active connection</source>
39463943
</trans-unit>
@@ -3959,6 +3956,9 @@
39593956
<trans-unit id="++CODE++e1c3c2a43f6c136ccb3687ab46c28b72d02912b8f0a2775c64c649f4a8735c19">
39603957
<source xml:lang="en">No active notebook.</source>
39613958
</trans-unit>
3959+
<trans-unit id="++CODE++ddb807c272e3ef0e2a7c29029c3cce1ca7ac2a6d3094be7df3090b859d719938">
3960+
<source xml:lang="en">No active schema designer found. Please open Data API Builder first using mssql_dab with operation &apos;show&apos; or from the UI.</source>
3961+
</trans-unit>
39623962
<trans-unit id="++CODE++917ad1534b0bc335acc90386a675181740f75e6e5ad193ce8cf5b64340143e43">
39633963
<source xml:lang="en">No active schema designer found. Please open one first using mssql_schema_designer with operation &apos;show&apos; or from the UI.</source>
39643964
</trans-unit>

0 commit comments

Comments
 (0)