| @@ -132,9 +132,9 @@ | ||
| 132 | 132 | /** Default desktop entry seeded into empty / corrupt sessions. */ |
| 133 | 133 | function openstation_default_desktop() { |
| 134 | 134 | return array( |
| 135 | 135 | 'id' => 'desktop-1', |
| 136 | - 'label' => 'Desktop 1', | |
| 136 | + 'label' => 'Workspace 1', | |
| 137 | 137 | ); |
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| @@ -139,9 +139,9 @@ | ||
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | 141 | * Returns the default empty session shape. |
| 142 | 142 | * |
| 143 | - * Includes a default desktop ("Desktop 1") so the client can always | |
| 143 | + * Includes a default desktop ("Workspace 1") so the client can always | |
| 144 | 144 | * assume at least one desktop exists at boot — the shell can't |
| 145 | 145 | * function with zero desktops. |
| 146 | 146 | * |
| 147 | 147 | * @return array{windows: array, desktops: array, activeDesktop: string, focused: string, updated: int} |