浏览代码

Add ability to restart

ElMoribond 3 年之前
父节点
当前提交
9ee2e776fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/AppBar.jsx

+ 1 - 1
web/src/AppBar.jsx

@@ -68,7 +68,7 @@ export default function AppBar() {
         <Dialog
           onDismiss={handleDismissRestartDialog}
           title="Restart Frigate"
-          text="Are you sure ?"
+          text="Are you sure?"
           actions={[
             { text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
             { text: 'Cancel', onClick: handleDismissRestartDialog },