fix: add translation to success message

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-07-16 19:11:34 -04:00 committed by GitHub
parent 15ef262863
commit efeac5ddb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,6 @@ class DataDirectoryProtected implements ISetupCheck {
);
}
return SetupResult::success('Protected');
return SetupResult::success($this->l10n->t('Protected'));
}
}