Skip to content

Commit 6be9aef

Browse files
committed
Added rubl symbol for postions
1 parent 6970cbc commit 6be9aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Presenters/PositionPresenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function salary(): string
2727
return 'до '.$this->formatAmount($this->entity->salary_max).'';
2828
}
2929

30-
return 'Не указано';
30+
return 'Не указано';
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)