pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update error message

Pas cf1527dc 681172fe

+11 -4
+2 -1
src/assets/locales/en.json
··· 1143 1143 "description": "<0>Migrate my data</0> to a new server.", 1144 1144 "link": "Migrate my data" 1145 1145 }, 1146 - "documentation": "Backend documentation" 1146 + "documentation": "Backend documentation", 1147 + "error": "Error connecting to backend" 1147 1148 }, 1148 1149 "setup": { 1149 1150 "doSetup": "Do setup",
+9 -3
src/components/form/BackendSelector.tsx
··· 67 67 </span> 68 68 </div> 69 69 ) : option.error ? ( 70 - <div> 71 - <p className="text-white font-medium">{hostname}</p> 72 - <p className="text-type-secondary text-sm">{option.url}</p> 70 + <div className="flex items-center gap-2"> 71 + <div className="flex flex-col"> 72 + <p className="text-white font-medium">{hostname}</p> 73 + <p className="text-type-secondary text-sm">{option.url}</p> 74 + </div> 75 + <Icon icon={Icons.WARNING} className="text-type-danger text-sm" /> 76 + <span className="text-type-danger text-sm"> 77 + {t("settings.connections.server.error")} 78 + </span> 73 79 </div> 74 80 ) : option.meta ? ( 75 81 <div>