Browse Source

changed "in moving" sign to one-charactered plus-minus

master
Evgeniy Ierusalimov 1 year ago
parent
commit
ae797b585b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Presentation/PortfolioPresenter.php

+ 1
- 1
src/Presentation/PortfolioPresenter.php View File

10
 class PortfolioPresenter
10
 class PortfolioPresenter
11
 {
11
 {
12
     private const SecurityMapPrint = [
12
     private const SecurityMapPrint = [
13
-        ['RU000A1014L8', '(в пути)'], ['LQDT', '+/-'],
13
+        ['RU000A1014L8', '(в пути)'], ['LQDT', '±'],
14
     ];
14
     ];
15
 
15
 
16
     private const FONT_SIZE = 12;
16
     private const FONT_SIZE = 12;

Loading…
Cancel
Save