Skip to content

Commit eb1f0fc

Browse files
committed
feat: learn more button in snippets panel now redirects to its docs
1 parent 1a1ca73 commit eb1f0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ define({
16581658
"CUSTOM_SNIPPETS_SAVE": "Save",
16591659
"CUSTOM_SNIPPETS_NO_DESCRIPTION": "No description",
16601660
"CUSTOM_SNIPPETS_NO_MATCHES": "No snippets match \"{0}\"",
1661-
"CUSTOM_SNIPPETS_LEARN_MORE": "Add your own code hints to speed up coding - <a href=\"https://docs.phcode.dev\" target=\"_blank\">Learn More</a>",
1661+
"CUSTOM_SNIPPETS_LEARN_MORE": "Add your own code hints to speed up coding - <a href=\"https://docs.phcode.dev/app-links/custom-snippets\" target=\"_blank\">Learn More</a>",
16621662
"CUSTOM_SNIPPETS_DUPLICATE_ERROR": "A snippet with abbreviation \"{0}\" already exists.",
16631663
"CUSTOM_SNIPPETS_SPACE_ERROR": "Space is not accepted as a valid abbreviation character.",
16641664
"CUSTOM_SNIPPETS_ABBR_LENGTH_ERROR": "Abbreviation cannot be more than 30 characters.",

0 commit comments

Comments
 (0)