You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1658,7 +1658,7 @@ define({
1658
1658
"CUSTOM_SNIPPETS_SAVE": "Save",
1659
1659
"CUSTOM_SNIPPETS_NO_DESCRIPTION": "No description",
1660
1660
"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>",
1662
1662
"CUSTOM_SNIPPETS_DUPLICATE_ERROR": "A snippet with abbreviation \"{0}\" already exists.",
1663
1663
"CUSTOM_SNIPPETS_SPACE_ERROR": "Space is not accepted as a valid abbreviation character.",
1664
1664
"CUSTOM_SNIPPETS_ABBR_LENGTH_ERROR": "Abbreviation cannot be more than 30 characters.",
0 commit comments