From c2731be2d318101f048d3a954b6973daeab70692 Mon Sep 17 00:00:00 2001 From: Mengling Ding Date: Tue, 10 Sep 2024 16:35:34 -0500 Subject: [PATCH] feat: add period to the sentence --- webui/src/components/Help/Help.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/components/Help/Help.vue b/webui/src/components/Help/Help.vue index 59dadef..d9675ac 100644 --- a/webui/src/components/Help/Help.vue +++ b/webui/src/components/Help/Help.vue @@ -59,7 +59,7 @@ export default { { id: 1, title: "CFM GitHub Repository", - content: "For more details, please visit our GitHub repository", + content: "For more details, please visit our GitHub repository.", url: "https://github.com/Seagate/cfm", icon: "mdi-github", },