mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix(i18n): spell the brand "Remnawave" instead of camelCase "RemnaWave"
Replace the user-facing 'RemnaWave' spelling with 'Remnawave' across all locale values (en/ru/zh/fa, 67 strings), t() display fallbacks, and code comments. Translation keys (refreshRemnaWave, ...) and code identifiers (RemnaWaveService, setRemnaWaveUuid, ...) are left untouched.
This commit is contained in:
@@ -438,7 +438,7 @@ export default function Subscription() {
|
||||
queryClient.invalidateQueries({ queryKey: ['subscription'] });
|
||||
queryClient.invalidateQueries({ queryKey: ['connection-link', subscriptionId] });
|
||||
queryClient.invalidateQueries({ queryKey: ['subscriptions-list'] });
|
||||
// RemnaWave resets device HWIDs on revoke — make sure the cabinet
|
||||
// Remnawave resets device HWIDs on revoke — make sure the cabinet
|
||||
// re-reads the now-empty device list instead of showing the stale cache.
|
||||
queryClient.invalidateQueries({ queryKey: ['devices', subscriptionId] });
|
||||
haptic.notification('success');
|
||||
|
||||
Reference in New Issue
Block a user