Kaynağa Gözat

Add ability to restart

ElMoribond 3 yıl önce
ebeveyn
işleme
9ee2e776fa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 },