diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 81213f2eb39e6bb47bcdbbdb8695b9ea6e5e8d74..8b1a6f4262c14478dc8a8c3131f2f9913488b40f 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -14,7 +14,7 @@ }, { "name": "textarea_default", - "value": "Please enter the content to be saved to the file" + "value": "Enter the file content to be saved" }, { "name": "file_content", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index b0bdb2ce5423eada2c04a5fb0abab5db1d4505eb..ecfd618f250661cf0caa6630d856fe8cb7857818 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -14,7 +14,7 @@ }, { "name": "textarea_default", - "value": "Please enter the content to be saved to the file" + "value": "Enter the file content to be saved" }, { "name": "file_content", @@ -26,7 +26,7 @@ }, { "name": "button2", - "value": "Reads the saved file content." + "value": "Read the saved file content" }, { "name": "title", @@ -34,7 +34,7 @@ }, { "name": "bar1", - "value": "Application File" + "value": "APP File" }, { "name": "bar2", @@ -50,11 +50,11 @@ }, { "name": "button3", - "value": "Save the test.txt file to the user directory." + "value": "Save the test.txt file to the user directory" }, { "name": "button4", - "value": "Reading the content of the test.txt file" + "value": "Read the content of the test.txt file" } ] } \ No newline at end of file