special functions naming - #1920

This commit is contained in:
proddy
2024-08-16 13:47:29 +02:00
parent 7e0d568a5a
commit 0ff1de8baa
11 changed files with 21 additions and 11 deletions

View File

@@ -333,7 +333,8 @@ const en: Translation = {
VIEW_LOG: 'View log to diagnose issues',
UPLOAD_DRAG: 'drag and drop a file here or click to select one',
SERVICES: 'Services',
ALLVALUES: 'All Values'
ALLVALUES: 'All Values',
SPECIAL_FUNCTIONS: 'Special Functions'
};
export default en;