From 0cdb5e1916101e0bfc781afd20088553c9067e80 Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 27 Oct 2022 15:09:51 +0200 Subject: [PATCH] PC to Device --- vanilla_first_setup/views/done.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla_first_setup/views/done.py b/vanilla_first_setup/views/done.py index f2fd26c..ef86294 100644 --- a/vanilla_first_setup/views/done.py +++ b/vanilla_first_setup/views/done.py @@ -31,7 +31,7 @@ class VanillaDone(Adw.Bin): self.__window = window self.status_page.set_description( - _("Restart your PC to enjoy your {} experience.").format( + _("Restart your device to enjoy your {} experience.").format( self.__window.recipe["distro_name"] ) )