chore: update Russian, fix naming conventions and typos (#3946)

* chore: typos fix

* chore: compliance with naming conventions
This commit is contained in:
Emil
2023-11-17 08:53:21 +03:00
committed by GitHub
parent 19d9e7717c
commit 21bbf87089
28 changed files with 146 additions and 102 deletions

View File

@ -156,7 +156,7 @@ class _PropertyCellState extends State<_PropertyCell> {
onTap: () => _fieldPopoverController.show(),
svg: FlowySvgs.drag_element_s,
richMessage: TextSpan(
text: LocaleKeys.grid_rowPage_fieldDragEelementTooltip.tr(),
text: LocaleKeys.grid_rowPage_fieldDragElementTooltip.tr(),
),
)
: const SizedBox.shrink(),