Skip to content

Commit

Permalink
🍪 Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Nov 19, 2024
1 parent 561ac93 commit b427aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSVZipExport/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function UserExport(int $ArchiveVariable, int $AggregationStage, string $
{
if (!IPS_VariableExists($ArchiveVariable)) {
$this->SetStatus(201); //for the instance
echo $this->Translate('Variable is not selected');
echo $this->Translate('Variable is not selected');
return 'javascript:alert("' . $this->Translate('Variable is not selected') . ' ");'; //for the Browser
}
$this->UpdateFormField('ExportBar', 'visible', true);
Expand Down

0 comments on commit b427aa4

Please sign in to comment.