Explorar el Código

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

master
Evgeniy Ierusalimov hace 1 año
padre
commit
ae797b585b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Presentation/PortfolioPresenter.php

+ 1
- 1
src/Presentation/PortfolioPresenter.php Ver fichero

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…
Cancelar
Guardar