Skip to content

Commit bdafb7c

Browse files
committed
fix: put emojis back
1 parent 6b7a9c7 commit bdafb7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/salesforcedx-vscode-soql/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"soql_walkthrough_step2_description": "Start by creating a new SOQL query file. You can use the command palette and search for 'SFDX: Create Query in SOQL Builder' or use the button below to get started.\n\n⚠️ **Important**: Make sure you have authorized a Salesforce org and set it as your default org before proceeding. You can do this by running 'SFDX: Authorize an Org' from the command palette.\n\n[Create SOQL Query](command:soql.open.new.builder)",
1616
"soql_walkthrough_step2_alt": "Creating a new SOQL query",
1717
"soql_walkthrough_step3_title": "Build Your Query Visually",
18-
"soql_walkthrough_step3_description": "Use the visual SOQL Builder to construct your query by selecting objects, fields, and conditions. The builder provides an intuitive interface with dropdowns for available objects and fields from your org.\n\n\ud83c\udfaf **Get started**: Try selecting the `Account` object, then add fields like `Id`, `Name`, and `Type`. You can add filters in the WHERE section to narrow your results.",
18+
"soql_walkthrough_step3_description": "Use the visual SOQL Builder to construct your query by selecting objects, fields, and conditions. The builder provides an intuitive interface with dropdowns for available objects and fields from your org.\n\n🎯 **Get started**: Try selecting the `Account` object, then add fields like `Id`, `Name`, and `Type`. You can add filters in the WHERE section to narrow your results.",
1919
"soql_walkthrough_step3_alt": "Building a query in the SOQL Builder",
2020
"soql_walkthrough_step4_title": "Run and View Results",
2121
"soql_walkthrough_step4_description": "Execute your SOQL query by clicking the **Run Query** button in the SOQL Builder. The results will appear in a new tab showing your data in a tabular format. The results viewer allows you to browse through your data and understand the structure of your query results.",
2222
"soql_walkthrough_step4_alt": "Running a SOQL query and viewing results",
2323
"soql_walkthrough_step5_title": "Save and Export Results",
24-
"soql_walkthrough_step5_description": "After running a query, you can export the results by clicking the **Save** button in the results viewer. Choose between CSV or JSON format for further analysis. You can also save your SOQL queries as `.soql` files to reuse them later.\n\n\ud83d\udca1 **Pro tip**: CSV format is great for spreadsheet analysis, while JSON format preserves data relationships for programmatic use.",
24+
"soql_walkthrough_step5_description": "After running a query, you can export the results by clicking the **Save** button in the results viewer. Choose between CSV or JSON format for further analysis. You can also save your SOQL queries as `.soql` files to reuse them later.\n\n💡 **Pro tip**: CSV format is great for spreadsheet analysis, while JSON format preserves data relationships for programmatic use.",
2525
"soql_walkthrough_step5_alt": "Saving and exporting SOQL query results",
2626
"data_query_input_text": "SFDX: Execute SOQL Query...",
2727
"data_query_selection_text": "SFDX: Execute SOQL Query with Currently Selected Text",

0 commit comments

Comments
 (0)