Browse Source

Add ability to restart

ElMoribond 3 năm trước cách đây
mục cha
commit
9ee2e776fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 },