Browse Source

Fix typo in MAS_AIO.cmd

atleast -> at least
pull/187/head
Ikko Eltociear Ashimine 2 years ago committed by GitHub
parent
commit
44af5239d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      MAS/All-In-One-Version/MAS_AIO.cmd

4
MAS/All-In-One-Version/MAS_AIO.cmd

@ -5270,7 +5270,7 @@ call :_color %Green% "Renewal and Activation Tasks were successfully created." @@ -5270,7 +5270,7 @@ call :_color %Green% "Renewal and Activation Tasks were successfully created."
call :_color %Green% "Renewal Task was successfully created."
)
echo.
call :_color %Gray% "Make sure to run the Activation from the previous menu atleast once."
call :_color %Gray% "Make sure to run the Activation from the previous menu at least once."
echo __________________________________________________________________________________________
)
@ -9034,4 +9034,4 @@ echo Press any key to exit... @@ -9034,4 +9034,4 @@ echo Press any key to exit...
pause >nul
exit /b
::End::
::End::

Loading…
Cancel
Save