[fractal/fractal-next] verification: Fix waiting for device state
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/fractal-next] verification: Fix waiting for device state
- Date: Wed, 19 Jan 2022 12:31:40 +0000 (UTC)
commit da8942c44f0db59d2458ea200981763561044527
Author: Julian Sparber <julian sparber net>
Date: Tue Jan 18 18:14:04 2022 +0100
verification: Fix waiting for device state
src/session/content/verification/identity_verification_widget.rs | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/src/session/content/verification/identity_verification_widget.rs
b/src/session/content/verification/identity_verification_widget.rs
index 4e0f1647..a9b05f0e 100644
--- a/src/session/content/verification/identity_verification_widget.rs
+++ b/src/session/content/verification/identity_verification_widget.rs
@@ -590,6 +590,11 @@ impl IdentityVerificationWidget {
));
priv_.label12.set_markup(&gettext("Verification Complete"));
priv_.label13.set_markup(&gettext!("<b>{}</b>is now verified and you can now be sure that
your comunication will be private.", name));
+ priv_.label14.set_markup(&gettext!("Waiting for {}", name));
+ priv_.label15.set_markup(&gettext!(
+ "Ask <b>{}</b> to accept the verification request.",
+ name
+ ));
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]