@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

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

Fix some spelling errors in Icons

Summary: Some minor spelling mistakes.

Test Plan: Read

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15122

+3 -3
+3 -3
src/applications/files/builtin/PhabricatorFilesComposeIconBuiltinFile.php
··· 150 150 'fa-bug' => pht('Bug'), 151 151 'fa-building' => pht('Company'), 152 152 'fa-calendar' => pht('Deadline'), 153 - 'fa-camera-retro' => pht('Leica Enth1usiast'), 153 + 'fa-camera-retro' => pht('Leica Enthusiast'), 154 154 'fa-chrome' => pht('Shiny'), 155 155 'fa-cloud' => pht('The Cloud'), 156 156 'fa-coffee' => pht('Go Juice'), ··· 177 177 'fa-internet-explorer' => pht('Now Just Edge'), 178 178 'fa-key' => pht('Primitive Security'), 179 179 'fa-legal' => pht('Hired Protection'), 180 - 'fa-linux' => pht('M\`Lady'), 180 + 'fa-linux' => pht('M\'Lady'), 181 181 'fa-lock' => pht('Policy'), 182 182 'fa-microphone' => pht('Podcasting'), 183 183 'fa-mobile' => pht('Tiny Pocket Cat Meme Machine'), ··· 204 204 'fa-user' => pht('Individual'), 205 205 'fa-users' => pht('Team'), 206 206 'fa-warning' => pht('No Caution Required, Everything Looks Safe'), 207 - 'fa-wheelchair' => pht('Accessability'), 207 + 'fa-wheelchair' => pht('Accessibility'), 208 208 'fa-windows' => pht('Windows'), 209 209 ); 210 210 }