Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 81a8ebac authored by Danny Lin's avatar Danny Lin
Browse files

factory: Replace "flashing" with "writing"

"Flashing" is technical jargon that should be avoided for simplified
user installation interfaces.
parent 879392af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ const SYSTEM_IMAGES = ["odm", "product", "system", "system_ext", "vendor"];
export const USER_ACTION_MAP = {
    load: "Loading",
    unpack: "Unpacking",
    flash: "Flashing",
    flash: "Writing",
    wipe: "Wiping",
    reboot: "Restarting",
};