diff --git a/panels/thunderbolt/cc-bolt-panel.c b/panels/thunderbolt/cc-bolt-panel.c index 8defff3d0..f45916627 100644 --- a/panels/thunderbolt/cc-bolt-panel.c +++ b/panels/thunderbolt/cc-bolt-panel.c @@ -505,7 +505,7 @@ cc_bolt_panel_name_owner_changed (CcBoltPanel *panel) break; case BOLT_SECURITY_UNKNOWN: - text = NULL; + text = _("Thunderbolt security level could not be determined.");; break; }