Skip to content

SSHManager: Fix two i18n problems

Albert Astals Cid requested to merge work/aacid/i18n_fixes into release/21.12
  • When using i18n you don't .arg(), the parameter goes inside the i18n call
  • xgettext doesn't seem to be able to parse the ternary operator inside the i18n call so put it outside, otherwise the second string is not extracted for translation

Merge request reports