We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302332a commit 0ddecf2Copy full SHA for 0ddecf2
lib/consts.dart
@@ -473,3 +473,9 @@ const kMsgNoContent = "No content";
473
const kMsgUnknowContentType = "Unknown Response Content-Type";
474
// Workspace Selector
475
const kMsgSelectWorkspace = "Create your workspace";
476
+// History Page
477
+const kTitleClearHistory = 'Clear History';
478
+const kMsgClearHistory =
479
+ 'Clearing History is permanent. Do you want to continue?';
480
+const kMsgClearHistorySuccess = 'History cleared successfully';
481
+const kMsgClearHistoryError = 'Error clearing history';
0 commit comments