mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 11:04:24 +01:00
refactor: expand PWA install text to include full terminology
This commit is contained in:
@@ -41,7 +41,7 @@ const PWASettings: React.FC = () => {
|
||||
<div style={{ flex: 1 }}>
|
||||
<div className="setting-info">
|
||||
<FontAwesomeIcon icon={faMobileAlt} style={{ marginRight: '8px' }} />
|
||||
<span>Install Boris as an app</span>
|
||||
<span>Install Boris as a progressive web app (PWA)</span>
|
||||
</div>
|
||||
<p className="setting-description" style={{ marginTop: '0.5rem', marginBottom: '1rem', color: 'var(--color-text-secondary)', fontSize: '0.875rem' }}>
|
||||
Install Boris on your device for a native app experience with offline support.
|
||||
|
||||
Reference in New Issue
Block a user