Commit 15c7bc1
committed
Update localization in Pin and Unpin actions
Refactor localization strings in `PinToStartAction.cs` and `UnpinFromStartAction.cs` to use a centralized `Strings` class. This change replaces hardcoded string keys for the `Label` and `Description` properties, improving maintainability and consistency across the application.1 parent 178c45d commit 15c7bc1
File tree
2 files changed
+4
-4
lines changed- src/Files.App/Actions/Start
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments