Skip to content

Commit b47a932

Browse files
devvaannshabose
authored andcommitted
feat: learn more button in snippets panel now redirects to its docs
1 parent 4f62936 commit b47a932

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
@@ -1662,7 +1662,7 @@ define({
16621662
"CUSTOM_SNIPPETS_SAVE": "Save",
16631663
"CUSTOM_SNIPPETS_NO_DESCRIPTION": "No description",
16641664
"CUSTOM_SNIPPETS_NO_MATCHES": "No snippets match \"{0}\"",
1665-
"CUSTOM_SNIPPETS_LEARN_MORE": "Add your own code hints to speed up coding - <a href=\"https://docs.phcode.dev\" target=\"_blank\">Learn More</a>",
1665+
"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>",
16661666
"CUSTOM_SNIPPETS_DUPLICATE_ERROR": "A snippet with abbreviation \"{0}\" already exists.",
16671667
"CUSTOM_SNIPPETS_SPACE_ERROR": "Space is not accepted as a valid abbreviation character.",
16681668
"CUSTOM_SNIPPETS_ABBR_LENGTH_ERROR": "Abbreviation cannot be more than 30 characters.",

0 commit comments

Comments
 (0)