fixed rtl editor menu item typo

This commit is contained in:
Gani Georgiev
2023-04-20 15:36:42 +03:00
parent e1cfe7fc4a
commit 8240addfab
30 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -1360,7 +1360,7 @@ export default class CommonHelper {
},
{
type: "menuitem",
text: "RTR content",
text: "RTL content",
icon: "rtl",
onAction: () => {
window?.localStorage?.setItem(lastDirectionKey, "rtl");