liuxiran commented on a change in pull request #1707:
URL: https://github.com/apache/apisix-dashboard/pull/1707#discussion_r607522732
##########
File path: web/src/components/RawDataEditor/locales/en-US.ts
##########
@@ -16,5 +16,5 @@
*/
export default {
'component.rawDataEditor.tip': "Don't support edit mode currently",
- 'component.rawDataEditor.title': 'Raw Data Editor',
+ 'component.rawDataEditor.title': 'CodeMirror',
Review comment:
How about looking at this issue from another angle:
`Create with Editor` is an action that can arouse `CodeMirror`, and `Raw
Data Editor` can be considered as a name we gave to `CodeMirror`. So we just
need to unify the action name and the `CodeMirror` name.
for the `CodeMirror` name, `Raw Data Editor `is a better choice IMHO
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]