Fix bad i18n string
This commit is contained in:
parent
74fef984be
commit
154ec80c55
|
@ -15,6 +15,6 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
enable: 'Python server',
|
enable: 'enable',
|
||||||
security: 'Security',
|
security: 'Security',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue